Skip to content

Commit bbe3820

Browse files
alibaltschunglemaitre
authored andcommitted
DOC remove double 'or' string in runtime error (#600)
1 parent 7cb004d commit bbe3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/over_sampling/_smote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ def _sample(self, X, y):
12901290
if not valid_clusters:
12911291
raise RuntimeError(
12921292
"No clusters found with sufficient samples of "
1293-
"class {}. Try lowering the cluster_balance_threshold or "
1293+
"class {}. Try lowering the cluster_balance_threshold "
12941294
"or increasing the number of "
12951295
"clusters.".format(class_sample))
12961296

0 commit comments

Comments
 (0)