Learn R Programming

MachineShop (version 1.6.0)

ModelList: Model List

Description

Create a list of models.

Usage

ModelList(...)

Arguments

...

model functions, function names, calls, or vectors of these.

Value

MLModelList class object that inherits from list.

See Also

tune, SelectedModel

Examples

Run this code
# NOT RUN {
ModelList(GBMModel, GLMNetModel, RandomForestModel)

# }

Run the code above in your browser using DataLab