install_pkg_model_list: install missing packages from pre-trained models

Description Usage Arguments Details Examples

Description

check and install missing packages dependencies from a list of pre-trained caret models.

Usage

1

Arguments

models

A list of pre-trained caret models.

Details

Given a list of pre-trained caret models from others, you might not have all the packages required to predict with those models. That is when you should you use this function. The input of the function is just a list of caret models. This function depends on the function install_pkg_model_names

Examples

1
2
3
install_pkg_model_list(churn_down_sampling_models)

install_pkg_model_list(models=down_sampling_models)

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