analyticalmindsltd / smote_variants

A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features
http://smote-variants.readthedocs.io
MIT License
631 stars 137 forks source link

dummy branch #48

Closed gykovacs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (037fea3) into master (48d1f1f) will decrease coverage by 0.09%. The diff coverage is n/a.

:exclamation: Current head 037fea3 differs from pull request most recent head 3973f0d. Consider uploading reports for the commit 3973f0d to get more accurate results

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
- Coverage   88.11%   88.02%   -0.10%     
==========================================
  Files         100      100              
  Lines        8643     8634       -9     
==========================================
- Hits         7616     7600      -16     
- Misses       1027     1034       +7     
Flag Coverage Δ
unittests 88.02% <ø> (-0.10%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
smote_variants/oversampling/_ADG.py 86.66% <0.00%> (-2.06%) :arrow_down:
smote_variants/oversampling/_MSMOTE.py 98.30% <0.00%> (-1.70%) :arrow_down:
smote_variants/oversampling/_CBSO.py 97.64% <0.00%> (-1.20%) :arrow_down:
smote_variants/oversampling/_MOT2LD.py 90.22% <0.00%> (-0.76%) :arrow_down:
smote_variants/oversampling/_CCR.py 86.53% <0.00%> (-0.13%) :arrow_down:
smote_variants/oversampling/_Borderline_SMOTE.py 91.71% <0.00%> (-0.11%) :arrow_down:
smote_variants/oversampling/_SMOTE_IPF.py 95.52% <0.00%> (-0.07%) :arrow_down:
smote_variants/oversampling/_ADASYN.py 96.25% <0.00%> (-0.05%) :arrow_down:
smote_variants/noise_removal/_noisefilters.py 93.66% <0.00%> (-0.05%) :arrow_down:
smote_variants/oversampling/_KernelADASYN.py 97.53% <0.00%> (-0.04%) :arrow_down:
... and 1 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more