-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DOC improve documentation for RENN and AllKNN #1022
Conversation
@glemaitre ready for review |
doc/under_sampling.rst
Outdated
is determined by the user through the parameter ``n_neighbors` is reached, or when the | ||
majority class becomes the minority class. | ||
|
||
In the example below, we see that ENN, RENN and AllKNN have similar impact when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we refer to the class when presenting ENN RENN AlKNN:
:class:`EditedNearestNeighbours`, etc.
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I will just wait for the doc CI to complete to check that we did not break the hyperlinks.
The failure is not related. Merging. Thanks @solegalli |
related to #850
separating in smaller PRs as requested.