[go: nahoru, domu]

Skip to content
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

ENH Consistent loss name for absolute error #19733

Merged
merged 13 commits into from
May 10, 2021
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into consistent_absolute_error
  • Loading branch information
lorentzenchr committed Apr 22, 2021
commit 707453e14f7a903b71c79fdc4168052d5770a896
11 changes: 9 additions & 2 deletions doc/whats_new/v1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ Changelog
- For :class:`tree.ExtraTreeRegressor`, `criterion="mae"` is deprecated,
use `"absolute_error"` instead.

:mod:`sklearn.calibration`
..........................

- |Fix| The predict and predict_proba methods of
:class:`calibration.CalibratedClassifierCV` can now properly be used on
prefitted pipelines. :pr:`19641` by :user:`Alek Lefebvre <AlekLefebvre>`.

:mod:`sklearn.cluster`
......................

Expand Down Expand Up @@ -411,8 +418,8 @@ Changelog
supporting sparse matrix and raise the appropriate error message.
:pr:`19879` by :user:`Guillaume Lemaitre <glemaitre>`.

- |Efficiency| Changed ``algorithm`` argument for :class:`cluster.KMeans` in
:class:`preprocessing.KBinsDiscretizer` from ``auto`` to ``full``.
- |Efficiency| Changed ``algorithm`` argument for :class:`cluster.KMeans` in
:class:`preprocessing.KBinsDiscretizer` from ``auto`` to ``full``.
:pr:`19934` by :user:`Gleb Levitskiy <GLevV>`.

:mod:`sklearn.tree`
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.