-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Use scipy.stats.mstats.mode in SimpleImputer when strategy="most_frequent" #14325
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
Comments
If no one's already started, I'd be glad to work on this. |
@qinhanmin2014, should I be looking to replace the It looks like the fixed |
Just try to simply the code and remove that comment. |
@qinhanmin2014 Hi! Are you still looking for help? I'm interested in contributing to this issue. Please let me know in case you could occupy. |
@vinidixit I've got a PR open now that I need to finish up some benchmarking for. I'm hoping to have it finalized this weekend. I'll reach out to you if I can't make time for it though. |
fixed in #14399. Closing. |
scikit-learn/sklearn/impute/_base.py
Lines 341 to 344 in 979c761
the fix is included in scipy 0.13.0 (see scipy/scipy@66f71a4), we now require scipy >= 0.17.0
The text was updated successfully, but these errors were encountered: