Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

caretModelSpec

Generate a specification for fitting a caret model


Description

A caret model specificaiton consists of 2 parts: a model (as a string) and the argments to the train call for fitting that model

Usage

caretModelSpec(method = "rf", ...)

Arguments

method

the modeling method to pass to caret::train

...

Other arguments that will eventually be passed to caret::train

Value

a list of lists

Examples

caretModelSpec("rf", tuneLength=5, preProcess="ica")

caretEnsemble

Ensembles of Caret Models

v2.0.1
MIT + file LICENSE
Authors
Zachary A. Deane-Mayer [aut, cre], Jared E. Knowles [aut]
Initial release
2019-12-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.