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
623 stars 138 forks source link

SMOTEWB and special tests #73

Closed szghlm closed 1 year ago

gykovacs commented 1 year ago

Let's see the tests! :)

codecov[bot] commented 1 year ago

Codecov Report

Merging #73 (98a8150) into master (951e790) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
+ Coverage   99.86%   99.88%   +0.02%     
==========================================
  Files         129      129              
  Lines        9704     9712       +8     
==========================================
+ Hits         9691     9701      +10     
+ Misses         13       11       -2     
Flag Coverage Δ
unittests ?

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

Impacted Files Coverage Δ
smote_variants/oversampling/_smotewb.py 100.00% <100.00%> (+1.59%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

gykovacs commented 1 year ago

Thanks!

szghlm commented 1 year ago

No problem. It was a great experience looking for a needle in a smotewb's haystack. Sorry for keep you waiting so long.