Skip to content

Commit f354ef0

Browse files
committed
fix test_docstring
1 parent 54fce0d commit f354ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

imblearn/combine/_preprocess/_spider.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ class SPIDER(BasePreprocessSampler):
6969
7070
See also
7171
--------
72-
NeighborhoodClearingRule and RandomOverSampler
72+
NeighborhoodClearingRule : Undersample by editing noisy samples.
73+
74+
RandomOverSampler : Random oversample the dataset.
7375
7476
References
7577
----------

0 commit comments

Comments
 (0)