Skip to content

Commit f1abf75

Browse files
authored
DOC fix a typo in UG (#866)
1 parent acfa990 commit f1abf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ensemble.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data set, this classifier will favor the majority classes::
4343

4444
In :class:`BalancedBaggingClassifier`, each bootstrap sample will be further
4545
resampled to achieve the `sampling_strategy` desired. Therefore,
46-
:class:`BalancedBaggingClassifier` takes the same parameters than the
46+
:class:`BalancedBaggingClassifier` takes the same parameters as the
4747
scikit-learn :class:`~sklearn.ensemble.BaggingClassifier`. In addition, the
4848
sampling is controlled by the parameter `sampler` or the two parameters
4949
`sampling_strategy` and `replacement`, if one wants to use the

0 commit comments

Comments
 (0)