create_predictions: Get model predictions.

Description Usage Arguments Value

View source: R/h2o_predict.R

Description

Get model predictions.

Usage

1
2
3
4
5
6
7
8
9
create_predictions(
  df,
  set,
  prep,
  apply_models,
  odbc,
  odbc_pred,
  useMOJO = TRUE
)

Arguments

df

main data object

set

config file

prep

summary object

apply_models

row specifying applied model

odbc

ODBC connection config

odbc_pred

ODBC connection config for model application

useMOJO

whether to use MOJO-models or H2O-formated models (default = TRUE. At present, storing H2O-models is disabled in the export_model_output function).

Value

model predictions


Bilot/AI-jack-opensource-R documentation built on July 28, 2020, 1:15 a.m.