Skip to content

Commit e1be869

Browse files
AudreyBeardglemaitre
authored andcommitted
DOC fix "not in" to "not subset" to be more precise with set-theoretic language (#583)
1 parent ffdde80 commit e1be869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/under_sampling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Prototype generation
1515
====================
1616

1717
Given an original data set :math:`S`, prototype generation algorithms will
18-
generate a new set :math:`S'` where :math:`|S'| < |S|` and :math:`S' \not\in
18+
generate a new set :math:`S'` where :math:`|S'| < |S|` and :math:`S' \not\subset
1919
S`. In other words, prototype generation technique will reduce the number of
2020
samples in the targeted classes but the remaining samples are generated --- and
2121
not selected --- from the original set.

0 commit comments

Comments
 (0)