Skip to content

Commit f3b5c6c

Browse files
committed
fix: broken link
1 parent 6481579 commit f3b5c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/content/models/CommitteeRegressor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Measuring disagreement
1616

1717
With an ensemble of regressors like in the CommitteeRegressor model, a measure of disagreement can be the standard deviation of predictions, which provides a simple way to query for labels. This is not the case in general: for ordinary regressors, it is difficult to come up with viable query strategies because they don't always provide a way to measure uncertainty. (One notable exception is the Gaussian process regressor.)
1818

19-
This is demonstrated in `this example <../examplex/Ensemble-regression.html>`__, where two regressors are trained on distinct subsets of the same dataset. In the figure below, the regressors are shown along with the mean predictions and the standard deviation.
19+
This is demonstrated in `this example <../examples/Ensemble-regression.html>`__, where two regressors are trained on distinct subsets of the same dataset. In the figure below, the regressors are shown along with the mean predictions and the standard deviation.
2020

2121
.. image:: img/er-initial.png
2222
:align: center

0 commit comments

Comments
 (0)