Closed
Description
Describe the issue linked to the documentation
In the section https://imbalanced-learn.org/stable/under_sampling.html#prototype-selection the selected subset S' should be a (strict) subset, not and element of S.
Suggest a potential alternative/fix
Change \in
to \subset
in doc/under_sampling.rst
.