h2o_predict_model: H2O Predict using H2O Model Object

View source: R/model_predict.R

h2o_predict_modelR Documentation

H2O Predict using H2O Model Object

Description

This function lets the user get scores from a H2O Model Object.

Usage

h2o_predict_model(df, model)

Arguments

df

Dataframe/Vector. Data to insert into the model.

model

h2o model Object

Value

data.frame with predicted results.

See Also

Other Machine Learning: ROC(), conf_mat(), export_results(), gain_lift(), h2o_automl(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_selectmodel(), impute(), iter_seeds(), lasso_vars(), model_metrics(), model_preprocess(), msplit()

Other H2O: h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary()


lares documentation built on Nov. 5, 2023, 1:09 a.m.