scikit-learn-contrib / imbalanced-learn

A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
https://imbalanced-learn.org
MIT License
6.85k stars 1.29k forks source link

DOC improve documentation for ENN and variants #1024

Closed solegalli closed 1 year ago

solegalli commented 1 year ago

related to https://github.com/scikit-learn-contrib/imbalanced-learn/pull/850

separating in smaller PRs as requested.

Here I modify all docstrings, but since parameters are the same, you'll see that is the same changes in each class.

solegalli commented 1 year ago

@glemaitre ready for review

solegalli commented 1 year ago

done!

glemaitre commented 1 year ago

The linter and some CIs passed. LGTM. Thanks @solegalli