methodCheck {caretEnsemble} | R Documentation |
Check that the methods supplied by the user are valid caret methods
Description
This function uses modelLookup from caret to ensure the list of methods supplied by the user are all models caret can fit.
Usage
methodCheck(x)
Arguments
x |
a list of user-supplied tuning parameters and methods |
[Package caretEnsemble version 2.0.3 Index]