From 46915fafbb658ae19f08fe9d5ba4be17420ac47a Mon Sep 17 00:00:00 2001 From: Sri Krishna Date: Fri, 8 Apr 2022 02:19:40 +0530 Subject: [PATCH] Update CommitteeRegressor.rst url typo --- docs/source/content/models/CommitteeRegressor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/content/models/CommitteeRegressor.rst b/docs/source/content/models/CommitteeRegressor.rst index a0f4327..0b431b4 100644 --- a/docs/source/content/models/CommitteeRegressor.rst +++ b/docs/source/content/models/CommitteeRegressor.rst @@ -16,7 +16,7 @@ Measuring disagreement 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.) -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. +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. .. image:: img/er-initial.png :align: center