-
Notifications
You must be signed in to change notification settings - Fork 18
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
more stable yeo johnson roundtrips #494
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #494 +/- ##
===========================================
- Coverage 87.90% 50.11% -37.80%
===========================================
Files 40 50 +10
Lines 1745 3512 +1767
===========================================
+ Hits 1534 1760 +226
- Misses 211 1752 +1541
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Huh interesting, so that means that |
Thanks. I think its more the
(interesting the names are not symmetric...) |
Interesting. Thanks for doing that! |
CHANGELOG.rst
With this we can take another stab at #476. It also seems a bit faster. Modeled after scikit-learn/scikit-learn#26188