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

Nn params #52

Closed gykovacs closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (05cac45) into master (1209d6f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   87.44%   87.44%           
=======================================
  Files         100      100           
  Lines        8643     8643           
=======================================
  Hits         7558     7558           
  Misses       1085     1085           
Flag Coverage Δ
unittests 87.44% <ø> (ø)

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

Impacted Files Coverage Δ
smote_variants/noise_removal/_noisefilters.py 93.95% <ø> (ø)
smote_variants/oversampling/_ADASYN.py 98.57% <ø> (ø)
smote_variants/oversampling/_ADOMS.py 100.00% <ø> (ø)
smote_variants/oversampling/_AMSCO.py 100.00% <ø> (ø)
smote_variants/oversampling/_AND_SMOTE.py 100.00% <ø> (ø)
smote_variants/oversampling/_ANS.py 96.29% <ø> (ø)
smote_variants/oversampling/_ASMOBD.py 95.68% <ø> (ø)
smote_variants/oversampling/_A_SUWO.py 96.79% <ø> (ø)
smote_variants/oversampling/_Assembled_SMOTE.py 98.14% <ø> (ø)
smote_variants/oversampling/_Borderline_SMOTE.py 93.33% <ø> (ø)
... and 59 more

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