Skip to content

Commit

Permalink
DOC fix a typo in UG (scikit-learn-contrib#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
PinnacleAI authored Dec 7, 2021
1 parent acfa990 commit f1abf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1abf75

Please sign in to comment.