From 7ed7e5315fbedda40a878cc4acfcf914c384ef06 Mon Sep 17 00:00:00 2001 From: Samuel Nkopuruk <89096743+PinnacleAI@users.noreply.github.com> Date: Tue, 5 Oct 2021 01:34:01 +0100 Subject: [PATCH] A misspelled word in the documentation --- 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