Zach Deane-Mayer
Zach Deane-Mayer
I'm using Rstudio. Try cut and pasting the code you posted above into a fresh R session. I suspect you have a typo or a bug somewhere
Can you reproduce it on another computer? I can't debug it if I can't get my computer to error in the same way =/
I can't debug the error unless I can reproduce it, unfortunately.
Hmmm, part 4 is tricky. Part 2 is tricky as well. Some caretStack models (e.g. glm) will have prediction intervals, and others (e.g. gbm) will not.
Sounds good!
Yikes! If you'd like to submit a PR to fix this, I'm happy to take this, otherwise I'll get to it when I have some free time
@rlesca01 If you want to incorporate this into caretEnsemble, feel free to send a PR. Otherwise, Jared or I will give it a shot soonish.
I haven't directly implemented this yet, but you could use [`caretEnsemble:::makePredObsMatrix`](https://github.com/zachmayer/caretEnsemble/blob/master/R/helper_functions.R#L211) and then manually add additional predictors to the datasets.
Yeah, caretEnsemble doesn't like custom models at the moment. We're working on that
Yes, https://github.com/zachmayer/caretEnsemble/pull/198 should have resolved this