zachmayer / caretEnsemble

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

prune.caretEnsemble: remove models with weight 0 from the library #66

Closed zachmayer closed 9 years ago

zachmayer commented 10 years ago

This can also reduce the object size. The user could call this after fitting the ensemble to reduce it's size without changing it's output.

zachmayer commented 9 years ago

Combined with #69