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

Fix StaticSMOTE pipeline API #72

Merged
merged 5 commits into from
Apr 29, 2021
Merged

Fix StaticSMOTE pipeline API #72

merged 5 commits into from
Apr 29, 2021

Conversation

damianhorna
Copy link
Owner

This PR fixes Static SMOTE pipeline API, i.e. it enables to call fit_resample on that method and extends BaseSampler.

@damianhorna damianhorna added the enhancement New feature or request label Apr 29, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #72 (b1cb3a1) into develop (ea605d2) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #72      +/-   ##
===========================================
+ Coverage    97.40%   97.44%   +0.04%     
===========================================
  Files           27       27              
  Lines         1654     1681      +27     
===========================================
+ Hits          1611     1638      +27     
  Misses          43       43              
Impacted Files Coverage Δ
multi_imbalance/datasets/_data_loader.py 100.00% <100.00%> (ø)
multi_imbalance/ensemble/ecoc.py 97.90% <100.00%> (+0.01%) ⬆️
multi_imbalance/ensemble/mrbbagging.py 98.49% <100.00%> (+0.02%) ⬆️
multi_imbalance/ensemble/ovo.py 96.26% <100.00%> (+0.07%) ⬆️
multi_imbalance/ensemble/tests/test_ecoc.py 96.26% <100.00%> (+0.30%) ⬆️
multi_imbalance/ensemble/tests/test_mrbbagging.py 98.38% <100.00%> (ø)
multi_imbalance/ensemble/tests/test_ovo.py 97.56% <100.00%> (+0.30%) ⬆️
multi_imbalance/resampling/static_smote.py 100.00% <100.00%> (ø)
...ti_imbalance/resampling/tests/test_static_smote.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37c3263...b1cb3a1. Read the comment docs.

@damianhorna damianhorna merged commit f443c71 into develop Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants