zachmayer / caretEnsemble

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

Document the prediction standard errors better #72

Closed jknowles closed 10 years ago

jknowles commented 10 years ago

Right now predict.caretEnsemble uses the model disagreement to provide the uncertainty around individual predictions, but it calls these standard errors. These are most certainly not standard errors and they do not reflect the total uncertainty in the prediction arising from the uncertainty within individual models + uncertainty in the weighting of the models, etc.

This needs to be documented. Later implementations can seek out alternative ways of extracting a better measure of the uncertainty in the predictions, perhaps using a new function se.caretEnsemble which extracts some uncertainty or bootstraps predictions from component models.

zachmayer commented 10 years ago

closed by #73