Skip to content
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

[REVIEW] SimpleImputer fix #3624

Merged
merged 33 commits into from
Apr 1, 2021

Conversation

viclafargue
Copy link
Contributor

Closes #3599

In this PR MissingIndicator is implemented, exposed and tested. The add_indicatorparameter of SimpleImputer is now tested.

@viclafargue viclafargue requested a review from a team as a code owner March 16, 2021 18:17
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Mar 16, 2021
@viclafargue viclafargue added bug Something isn't working non-breaking Non-breaking change and removed Cython / Python Cython or Python issue labels Mar 16, 2021
@viclafargue viclafargue changed the title [REVIEW] Simpleimputer fix [WIP] Simpleimputer fix Mar 16, 2021
@viclafargue viclafargue added the 2 - In Progress Currenty a work in progress label Mar 16, 2021
@viclafargue viclafargue changed the title [WIP] Simpleimputer fix [WIP] SimpleImputer fix Mar 16, 2021
@JohnZed
Copy link
Contributor

JohnZed commented Mar 18, 2021

Wait for #3270

@caryr35 caryr35 added this to PR-WIP in v0.19 Release via automation Mar 18, 2021
@viclafargue viclafargue added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currenty a work in progress labels Mar 29, 2021
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Mar 29, 2021
@viclafargue
Copy link
Contributor Author

rerun tests

@JohnZed
Copy link
Contributor

JohnZed commented Mar 30, 2021

@lowener can you take a look at this review?

Copy link
Contributor

@lowener lowener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@viclafargue viclafargue added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Mar 31, 2021
v0.19 Release automation moved this from PR-WIP to PR-Reviewer approved Apr 1, 2021
@JohnZed JohnZed changed the title [WIP] SimpleImputer fix [REVIEW] SimpleImputer fix Apr 1, 2021
@JohnZed
Copy link
Contributor

JohnZed commented Apr 1, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 55002a7 into rapidsai:branch-0.19 Apr 1, 2021
v0.19 Release automation moved this from PR-Reviewer approved to Done Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
No open projects
v0.19 Release
  
Done
Development

Successfully merging this pull request may close these issues.

[BUG] Not able to add missing indicator in SimpleImputer
3 participants