Description Usage Arguments Value Examples
View source: R/save_h2o_models_varimport.R
Save h2o automl models and variable importance
1 2 3 4 5 6 | save_h2o_models_varimport(
leaderboard,
max_top_models = NA,
path_slug,
time_stamp = TRUE
)
|
leaderboard |
A leaderboard object generated from |
max_top_models |
Number of models to save and generate variable importance for. If NA, all models will be processed. |
path_slug |
A file path where the models should be saved. |
time_stamp |
If TRUE, a time stamp is constructed using |
Function will return a list with an element for each model containing the model object
and the variable importance of the model (if appropriate–not availabel for Ensemble and GLM). Individual
models will be saved in the directory provided by the path_slug
argument, and a list with all model
objects and variable importane will also be saved to the path_slug
directory.
1 2 3 | ## Not run: save_h2o_models_varimport(leaderboard, max_top_models = NA,
path_slug, time_stamp = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.