h2o.generic: Imports a generic model into H2O. Such model can be used then used for scoring and obtaining
additional information about the model. The imported model has to be supported by H2O.
Description
Imports a generic model into H2O. Such model can be used then used for scoring and obtaining
additional information about the model. The imported model has to be supported by H2O.
Usage
h2o.generic(model_id = NULL, model_key = NULL)
Arguments
model_id
Destination id for this model; auto-generated if not specified.
model_key
Key to the self-contained model archive already uploaded to H2O.