Confidence Intervals for Scikit Learn Random Forests¶
Random forest algorithms are useful for both classification and regression
problems. This package adds to scikit-learn the ability to calculate confidence
intervals of the predictions generated from scikit-learn
sklearn.ensemble.RandomForestRegressor
and sklearn.ensemble.RandomForestClassifier
objects.
This is an implementation of an algorithm developed by Wager et al. [Wager2014] and previously implemented in R (here).
To examine and download the source code, visit our github repo.
- Wager2014
Wager, T. Hastie, B. Efron. “Confidence Intervals for Random Forests: The Jackknife and the Infinitesimal Jackknife”, Journal of Machine Learning Research vol. 15, pp. 1625-1651, 2014.