Closed zachmayer closed 9 years ago
I've decided this really needs to be part of 1.0. multiPredict is a core part of the api, and I don't want people to start using that function in their own code. predict.caretList is sooooo much more elegant.
I'm working on the change now, I think it will be fairly straightforward. We'll see!
I agree. I'll keep an eye on your changes and patch up any holes that come out from stuff I have done that gets in your way.
Sounds good! I think I have my branch in good shape— PR coming soon! (Just have to sort out some tests)
Closed by #99
All our lists of caret models should be of class
caretList
. ThenmultiPredict
simply becomespredict.caretList
.