assign_model_names: Give models a meaningful names for comparison.

Description Usage Arguments Details Value See Also Examples

Description

Assign models with names based on method, metric, preProcess and sampling from the parameter of params dataframe in ml_lis funtion.

Usage

1

Arguments

models

Details

The function uses foreach function to get the method, metric,preProcess and sampling for each model from a list of models.

Value

a list contains the all the models with names.

See Also

ml_list, model_list_load

Examples

1
down_sampling_models= assign_model_names(down_sampling_models)

edwardcooper/automl documentation built on June 3, 2019, 1:05 a.m.