-
Notifications
You must be signed in to change notification settings - Fork 167
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
Imputer fill_value #126
Imputer fill_value #126
Conversation
For reference: #125 |
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.
Nice job! I left just one comment regarding tests.
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.
Nice job! Left some comments on thing to fix before we merge.
Codecov Report
@@ Coverage Diff @@
## master #126 +/- ##
=========================================
Coverage ? 94.84%
=========================================
Files ? 25
Lines ? 1592
Branches ? 221
=========================================
Hits ? 1510
Misses ? 49
Partials ? 33
Continue to review full report at Codecov.
|
already fixed
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.
i won't block the merge, but i strongly recommend to use pandas assertions instead of assert
and equals
. good job on the fixes 💯 @vitorsrg
Status
READY
Todo list
Description of the changes proposed in the pull request
fill_value
toimputer
.gitignore
some files created by the tests