-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Adding the median option to the KNN imputer. #27890
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
base: main
Are you sure you want to change the base?
Conversation
Current version only supports mean but there seems to be a median version showing good results. So , I added it to the repo using the "strategy" argument
❌ Linting issuesThis PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling You can see the details of the linting issues under the
|
minor update
removed blank space
remove more blank spaces
solving codecov error
The CIs are failing. We also need unit tests to check the implementation works as expected. |
Current version only supports mean but there seems to be a median version showing good results. So , I added it to the repo using the "strategy" argument
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Imputer could only have a mean option in the earlier version.
Any other comments?
Apologies if I made some error in the pull request, I am still learning.
Please let me know if there is anything I missed or needs to be changed.