From f1abf75d721dcf7deee77a41abc5fe147c64dc90 Mon Sep 17 00:00:00 2001 From: Samuel Nkopuruk <89096743+PinnacleAI@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:20:09 +0100 Subject: [PATCH] DOC fix a typo in UG (#866) --- doc/ensemble.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ensemble.rst b/doc/ensemble.rst index 886a2b02e..dabaee4a7 100644 --- a/doc/ensemble.rst +++ b/doc/ensemble.rst @@ -43,7 +43,7 @@ data set, this classifier will favor the majority classes:: In :class:`BalancedBaggingClassifier`, each bootstrap sample will be further resampled to achieve the `sampling_strategy` desired. Therefore, -:class:`BalancedBaggingClassifier` takes the same parameters than the +:class:`BalancedBaggingClassifier` takes the same parameters as the scikit-learn :class:`~sklearn.ensemble.BaggingClassifier`. In addition, the sampling is controlled by the parameter `sampler` or the two parameters `sampling_strategy` and `replacement`, if one wants to use the