model_list_load: A function to load all rds files in a specified folder from...

Description Usage Arguments Details Value Examples

Description

This function is used to load all models saved to disk in ml_list function but could be used to load all rds files in a folder.

Usage

1

Arguments

path

The path of the folder

Details

Each rds file will be added to a list that is returned by this function.

Value

A list of models saved to disk. Same output as ml_list function.

Examples

1
2
3
4
## Not run: 
   models=model_list_load(path="~/Dropbox/churn/down_sampling")

## End(Not run)

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