Closed EssamWisam closed 1 year ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Patch coverage: 96.63%
and project coverage change: +2.76%
:tada:
Comparison is base (
d473dd5
) 92.95% compared to head (6d63642
) 95.71%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ablaom I appreciate the r thorough code review. Invaluable feedback as always. Ready to merge this, once you look at my responses to some of the unresolved comments (you can look at resolved ones too).
@EssamWisam I guess you notice Documenter is failing.
@EssamWisam I guess you notice Documenter is failing.
@ablaom, yes, I do. It's also failing on dev, although it builds locally perfectly. I remember trying to fix it on dev but was nontrivial so I decided to merge first then look more into it.
This PR introduces four undersampling methods to the package. This includes:
MLJ
andTableTransforms
interface for each of the methods@ablaom could you please review the code introduced here and recommend further changes accordingly.