-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Closed
Projet-open-source/scikit-learn
#3Closed
Copy link
Labels
ModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesRefactorCode refactorCode refactorhelp wantedmodule:preprocessing
Description
Inside PowerTransformer, we should use scipy.stats.yeojohnson instead of our own implementation.
scipy.stats.yeojohnson was release with scipy 1.2.0. With PR #24665, we now have even 1.5.0 as minimum.
Edit: Note that scipy/scipy#18389 to be release in scipy 1.12 will also resolve #23319.
Metadata
Metadata
Assignees
Labels
ModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practicesRefactorCode refactorCode refactorhelp wantedmodule:preprocessing