Skip to contents

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.