-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
Fixing issue 2560 : Imputer bug with median and dense input #2576
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
Conversation
|
Fixes #2560 |
|
@agramfort : I think this is good to go in. Can you review it? |
|
can you add a test? |
|
@agramfort : I have added a test. Please review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use assert_equal from nose
grep assert_equal in sklearn
otherwise looks great
|
@agramfort : Done. |
|
Thanks for taking care of this! +1 as well as soon as @agramfort comment above is fixed. |
|
@glouppe : Seems like you missed my commit by a few seconds :-) I have also filed numpy/numpy#4012 in numpy about the inconsistent behaviour of |
Fixing issue 2560 : Imputer bug with median and dense input
|
thanks ! |
No description provided.