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

ENH make Random*Sampler accept dask array and dataframe #777

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

PEP8

456c3eb
Select commit
Loading
Failed to load commit list.
Open

ENH make Random*Sampler accept dask array and dataframe #777

PEP8
456c3eb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2024 in 1s

98.18% (+1.63%) compared to 2a0376e

View this Pull Request on Codecov

98.18% (+1.63%) compared to 2a0376e

Details

Codecov Report

Attention: Patch coverage is 92.91785% with 25 lines in your changes missing coverage. Please review.

Project coverage is 98.18%. Comparing base (2a0376e) to head (456c3eb).
Report is 184 commits behind head on master.

Files with missing lines Patch % Lines
imblearn/dask/utils.py 71.42% 8 Missing and 4 partials ⚠️
imblearn/utils/wrapper.py 84.21% 6 Missing ⚠️
imblearn/utils/_validation.py 95.00% 2 Missing and 2 partials ⚠️
imblearn/base.py 88.88% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #777      +/-   ##
==========================================
+ Coverage   96.55%   98.18%   +1.63%     
==========================================
  Files          82       94      +12     
  Lines        5140     5900     +760     
  Branches        0      515     +515     
==========================================
+ Hits         4963     5793     +830     
+ Misses        177      100      -77     
- Partials        0        7       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.