Skip to content

Commit acfa990

Browse files
authored
DOC use proper math symbol for subset (scikit-learn-contrib#867)
1 parent dde338b commit acfa990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/under_sampling.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Prototype selection
6363

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

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

0 commit comments

Comments
 (0)