Closed zachmayer closed 10 years ago
all methodList NOT IN tuneList get added with arguments = NULL all method IN tuneList get added with arguments = NULL
So if you specify: methodList='rf' tuneList=list(rf=list(tuneLength=10), rpart=list(tuneLength=5))
3 models are fit: rf with default train arguments rf with tuneLength 10 rpart with tuneLength 10
This is post 1.0
Depends on #53
Closed by #56
all methodList NOT IN tuneList get added with arguments = NULL all method IN tuneList get added with arguments = NULL
So if you specify: methodList='rf' tuneList=list(rf=list(tuneLength=10), rpart=list(tuneLength=5))
3 models are fit: rf with default train arguments rf with tuneLength 10 rpart with tuneLength 10
This is post 1.0