powered by
A caret model specification consists of 2 parts: a model (as a string) and the arguments to the train call for fitting that model
caretModelSpec(method = "rf", ...)
a list of lists
the modeling method to pass to caret::train
Other arguments that will eventually be passed to caret::train
caretModelSpec("rf", tuneLength = 5, preProcess = "ica")
Run the code above in your browser using DataLab