h2o (version 3.22.1.1)

h2o.exportHDFS: Export a Model to HDFS

Description

Exports an '>H2OModel to HDFS.

Usage

h2o.exportHDFS(object, path, force = FALSE)

Arguments

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.