powered by
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", ...)
the modeling method to pass to caret::train
Other arguments that will eventually be passed to caret::train
a list of lists
# NOT RUN { caretModelSpec("rf", tuneLength=5, preProcess="ica") # }
Run the code above in your browser using DataLab