new_mtrainer | R Documentation |
initialize mtrainer object for multiple algorithm container
new_mtrainer(x = list(), dataInfo = "temp", fitControl = NULL, update = TRUE)
x |
A list of algorithm names (names(caret::getModelInfo())) |
fitControl |
A list of control variables |
S3 object of list
t <- mtrainer(c('C5.0', 'ctree'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.