ezr.h2o_model_save: Title Save H2o Model Information

Description Usage Arguments Value

Description

Convience wrapper for saving h2o models. Models can be saved whether they are passed as an actual model or if it is just the string of the name. A folder will be created with the model information.

Usage

1
ezr.h2o_model_save(h2o_model, path = getwd(), force = FALSE)

Arguments

h2o_model

String or actual h2omodel

force

Default is FALSE. Controls whether to overwrite existing file...

Value

Nothing. Saves models out working directory. Force is FALSE,


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.