-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Use scipy.stats.yeojohnson PowerTransformer #26308
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
lorentzenchr opened this issue
Apr 30, 2023
· 5 comments
· Fixed by #31227 · May be fixed by Projet-open-source/scikit-learn#3
Closed
Use scipy.stats.yeojohnson PowerTransformer #26308
lorentzenchr opened this issue
Apr 30, 2023
· 5 comments
· Fixed by #31227 · May be fixed by Projet-open-source/scikit-learn#3
Labels
help wanted
Moderate
Anything that requires some knowledge of conventions and best practices
module:preprocessing
Refactor
Code refactor
Comments
@lsorber are you interested? |
Sure, but I'd first like to see the outcome of scipy/scipy#18389 before contributing a PR. |
Hello, I'm a first timer and almost new to open source, |
@lsorber kind of brought up this issue and already indicated his interest. |
This was referenced Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Moderate
Anything that requires some knowledge of conventions and best practices
module:preprocessing
Refactor
Code refactor
Inside
PowerTransformer
, we should usescipy.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.
The text was updated successfully, but these errors were encountered: