Generate a specification for fitting a caret model
A caret model specificaiton consists of 2 parts: a model (as a string) and the argments to the train call for fitting that model
caretModelSpec(method = "rf", ...)
method |
the modeling method to pass to caret::train |
... |
Other arguments that will eventually be passed to caret::train |
a list of lists
caretModelSpec("rf", tuneLength=5, preProcess="ica")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.