8000 DOC Update v0.20.rst with power_transform API change (#12351) · scikit-learn/scikit-learn@8985a63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8985a63

Browse files
changqinhanmin2014
authored andcommitted
DOC Update v0.20.rst with power_transform API change (#12351)
1 parent 831c760 commit 8985a63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/whats_new/v0.20.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ Changelog
7171
avoid pickling errors caused by the serialization of their methods.
7272
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`.
7373

74+
:mod:`sklearn.preprocessing`
75+
........................
76+
77+
- |API| The default value of the :code:`method` argument in
78+
:func:`preprocessing.power_transform` will be changed from :code:`box-cox`
79+
to :code:`yeo-johnson` to match :class:`preprocessing.PowerTransformer`
80+
in version 0.23. A FutureWarning is raised when the default value is used.
81+
:issue:`12317` by :user:`Eric Chang <chang>`.
82+
7483
.. _changes_0_20:
7584

7685
Version 0.20.0

0 commit comments

Comments
 (0)
0