Marshalling of 'h2o' objects

# S3 method for H2OAutoML
marshal(x, ...)

# S3 method for H2OMultinomialModel
marshal(x, ...)

# S3 method for H2OBinomialModel
marshal(x, ...)

# S3 method for H2ORegressionModel
marshal(x, ...)

# S3 method for H2OAutoML
marshallable(...)

# S3 method for H2OMultinomialModel
marshallable(...)

# S3 method for H2OBinomialModel
marshallable(...)

# S3 method for H2ORegressionModel
marshallable(...)

Arguments

x

An "h2o" object.

...

Not used.

Value

A marshalled object as described in marshal().

Details

h2o::h2o.save_mojo() and h2o::h2o.saveModel() are used to produce a marshalled version of the original object. h2o::h2o.import_mojo() and h2o::h2o.loadModel() are used to reconstruct a version of the original object from the marshalled object.