Confidence Intervals for Random Forests in Python
Description
Random forests are a method for predicting numerous ensemble learning tasks. Prediction variability can illustrate how influential the training set is for producing the observed random forest predictions and provides additional information about prediction accuracy. forest-confidence-interval is a Python module for calculating variance and adding confidence intervals to scikit-learn random forest regression or classification objects. The core functions calculate an in-bag and error bars for random forest objects. Our software is designed for individuals using scikit-learn random forest objects that want to add estimates of uncertainty to random forest predictors.
Files
forest-confidence-interval.zip
Files
(526.2 kB)
Name | Size | Download all |
---|---|---|
md5:bcbf08146f731caf98cb655cb9871107
|
526.2 kB | Preview Download |
Additional details
Related works
- Cites
- 1532-4435 (ISSN)
- 978-1-55860-307-3 (ISBN)
- https://github.com/swager/randomForestCI (URL)