8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831c760 commit 8985a63Copy full SHA for 8985a63
doc/whats_new/v0.20.rst
@@ -71,6 +71,15 @@ Changelog
71
avoid pickling errors caused by the serialization of their methods.
72
:issue:`12171` by :user:`Thomas Moreau <tomMoral>`.
73
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
83
.. _changes_0_20:
84
85
Version 0.20.0
0 commit comments