zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

Make a clean.caretList function #62

Closed zachmayer closed 9 years ago

zachmayer commented 9 years ago

Goes through the models are removes data that isn't needed, e.g. resamples, out-of-sample predictions, the original dataset, and anything else we can think of.

After making a caretEnsemble or caretStack, we'd run clean.caretList to shrink the final models as much as possible.

jknowles commented 9 years ago

Whoops. I just submitted a separate issue for this very thing -- I entirely agree.

We might want to make caretStack or caretEnsemble store anything we can take out of all the models that is needed, but not needed to be repeated.

zachmayer commented 9 years ago

Agreed

zachmayer commented 9 years ago

Combined with #69