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

Imputer fill_value #126

Merged
merged 13 commits into from
Apr 17, 2020
Merged

Conversation

vitorsrg
Copy link
Contributor

Status

READY

Todo list

Description of the changes proposed in the pull request

  • add fill_value to imputer
  • add to .gitignore some files created by the tests

@vitorsrg vitorsrg requested a review from a team as a code owner February 12, 2020 14:06
@vitorsrg
Copy link
Contributor Author

For reference: #125

Copy link

@gabrielvcbessa gabrielvcbessa left a 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.

tests/training/test_imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
Copy link
Contributor

@prcastro prcastro left a 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.

src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
src/fklearn/training/imputation.py Outdated Show resolved Hide resolved
@codecov-io
Copy link

codecov-io commented Feb 12, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@04f361a). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #126   +/-   ##
=========================================
  Coverage          ?   94.84%           
=========================================
  Files             ?       25           
  Lines             ?     1592           
  Branches          ?      221           
=========================================
  Hits              ?     1510           
  Misses            ?       49           
  Partials          ?       33
Impacted Files Coverage Δ
src/fklearn/training/imputation.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04f361a...521074e. Read the comment docs.

@caique-lima caique-lima dismissed stale reviews from gppeixoto and gabrielvcbessa February 18, 2020 15:02

already fixed

Copy link
Contributor

@gppeixoto gppeixoto left a 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

tests/training/test_imputation.py Show resolved Hide resolved
@caique-lima caique-lima merged commit 82fae43 into nubank:master Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants