root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Fix imputations #146

Closed realratchet closed 8 months ago

realratchet commented 8 months ago

Fix issue with imputation pbar Fix issue with imputation statistics when table is predominantly the value you're trying to replace

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 23.07692% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 81.89%. Comparing base (32fc7b3) to head (09f4353).

Files Patch % Lines
tablite/imputation.py 16.66% 10 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ========================================== - Coverage 82.02% 81.89% -0.14% ========================================== Files 27 27 Lines 4162 4169 +7 ========================================== Hits 3414 3414 - Misses 748 755 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

root-11 commented 8 months ago

Nice patch! 😃