Closed Prakhyath07 closed 1 year ago
Base: 96.50% // Head: 94.25% // Decreases project coverage by -2.24%
:warning:
Coverage data is based on head (
14c4a8b
) compared to base (7cead9c
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I added some non-regression tests and an entry in the changelog. I will probably try to make a release soon because it is a blocker.
Thanks @Prakhyath07 I will fix the CI builds that are failing. There are not related.
Reference Issue
What does this implement/fix? Explain your changes.
while using smapling strategy ="minority" we were getting error. i found issue in base.py of oversampler where in _parameter constraint majority was used in stroptions instead of minority
Any other comments?
From my side i didn't find any other issue Thank you so much
where is 0.10.1?
On PyPI and conda-forge, e.g. https://pypi.org/project/imbalanced-learn/
Reference Issue
What does this implement/fix? Explain your changes.
while using smapling strategy ="minority" we were getting error. i found issue in base.py of oversampler where in _parameter constraint majority was used in stroptions instead of minority
Any other comments?