Skip to content

[MRG+1] Multioutput bagging #4848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Enhancements
with ``n_jobs > 1`` used with a large grid of parameters on a small
dataset. By `Vlad Niculae`_, `Olivier Grisel`_ and `Loic Esteve`_.

- Add multi-output support to :class:`bagging.BaggingClassifier`
and :class:`bagging.BaggingRegressor`. By `Arnaud Joly`_.

Bug fixes
.........
Expand All @@ -120,7 +122,7 @@ Bug fixes
- Fixed bug in :class:`linear_model.LogisticRegressionCV` where `penalty` was ignored
in the final fit. By `Manoj Kumar`_.

- Fixed bug in :class:`ensemble.forest.ForestClassifier` while computing
- Fixed bug in :class:`ensemble.forest.ForestClassifier` while computing
oob_score and X is a sparse.csc_matrix. By `Ankur Ankan`_.

API changes summary
Expand Down
Loading