Skip to content

Commit 747d656

Browse files
committed
Update README.md
1 parent db078dc commit 747d656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Quantile regression forests (QRF) are a non-parametric, tree-based ensemble method for estimating conditional quantiles, with application to high-dimensional data and uncertainty estimation [[1]](#1). The estimators in this package are performant, Cython-optimized QRF implementations that extend the forest estimators available in scikit-learn to estimate conditional quantiles. The estimators can estimate arbitrary quantiles at prediction time without retraining and provide methods for out-of-bag estimation, calculating quantile ranks, and computing proximity counts. They are compatible with and can serve as drop-in replacements for the scikit-learn forest regressors.
1313

1414
#### Example of fitted model predictions and prediction intervals on California housing data ([code](https://zillow.github.io/quantile-forest/gallery/plot_quantile_intervals.html))
15-
<img src="https://zillow.github.io/quantile-forest/_static/plot_quantile_intervals.png"/>
15+
<img src="https://zillow.github.io/quantile-forest/_static/plot_qrf_prediction_intervals.png"/>
1616

1717
Quick Start
1818
-----------

0 commit comments

Comments
 (0)