fit_h2o_mdl: fit_h2o_mdl

Description Usage Arguments

View source: R/h2o_mdls.R

Description

Function to fit any exposed h2o model method. This is a simple wrapper to the h2o api method.

Usage

1
2
fit_h2o_mdl(algo = "h2o.glm", x, y, weights_column = NULL, training_frame,
  validation_frame = NULL, write_read = NULL, ...)

Arguments

algo

The name of the function used to train the algorithm i.e. "h2o.glm". Defaults to "h2o.glm"

x

A list of names indicating the features to be used for training

y

A character indicating the target column

weights_column

A character indicating the column to be used as row level weights

training_frame

An r object pointing to the training data

validation_frame

An r object pointing to the validation data

write_read

Additional argument passed to load_h2o_data function.

...

Additional arguments that will be passed to the underlying training function


gm209/gmtools documentation built on May 22, 2019, 2:39 p.m.