caretModelSpec | R Documentation |
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", ...)
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.