R/export.R
Exports an H2OModel to HDFS.
h2o.exportHDFS(object, path, force = FALSE)
object | an H2OModel class object. |
---|---|
path | The path to write the model to. Must include the driectory and filename. |
force | logical, indicates how to deal with files that already exist. |