Skip to content

Commit

Permalink
DOC use proper math symbol for subset (scikit-learn-contrib#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri authored Dec 7, 2021
1 parent dde338b commit acfa990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/under_sampling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Prototype selection

On the contrary to prototype generation algorithms, prototype selection
algorithms will select samples from the original set :math:`S`. Therefore,
:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \in S`.
:math:`S'` is defined such as :math:`|S'| < |S|` and :math:`S' \subset S`.

In addition, these algorithms can be divided into two groups: (i) the
controlled under-sampling techniques and (ii) the cleaning under-sampling
Expand Down

0 comments on commit acfa990

Please sign in to comment.