powered by
Exports an H2OModel to HDFS.
h2o.exportHDFS(object, path, force = FALSE)
an H2OModel class object.
The path to write the model to. Must include the driectory and filename.
logical, indicates how to deal with files that already exist.
if (FALSE) { library(h2o) h2o.init f <- "https://s3.amazonaws.com/h2o-public-test-data/smalldata/iris/iris_train.csv" train <- h2o.importFile(f) h2o.exportHDFS(train, path = " ", force = FALSE) }
Run the code above in your browser using DataLab