top_models: top_models

Description Usage Arguments Value

Description

Selects best n models by performance threshold

Usage

1
top_models(sorted_models, model_list, number_top_models = 10)

Arguments

sorted_models

Data frame object indexing all models sorted by decreasing performance. No Default.

model_list

List object of H2O frames containing h2o model objects. No Default.

number_top_models

Numeric object indicating number of top models to return. Defualt is 10. If number entered is greater than number of model, whole model list is returned.

Value

List object same length as number_top_models containing top performing h2o models from model_list.


andrewsommerlot/startml documentation built on May 5, 2019, 6:58 p.m.