Skip to content

Commit 0202fd3

Browse files
authored
MNT fix typo in changelog of scikit-learn#31414 (scikit-learn#31661)
1 parent 20b8d0b commit 0202fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whats_new/upcoming_changes/sklearn.ensemble/31414.fix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- :class:`ensemble.BaggingClassfier`, :class:`ensemble.BaggingRegressor`
1+
- :class:`ensemble.BaggingClassifier`, :class:`ensemble.BaggingRegressor`
22
and :class:`ensemble.IsolationForest` now use `sample_weight` to draw
33
the samples instead of forwarding them multiplied by a uniformly sampled
44
mask to the underlying estimators. Furthermore, `max_samples` is now

0 commit comments

Comments
 (0)