Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imblearn/over_sampling/_smote.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ def _sample(self, X, y):
if not valid_clusters:
raise RuntimeError(
"No clusters found with sufficient samples of "
"class {}. Try lowering the cluster_balance_threshold or "
"class {}. Try lowering the cluster_balance_threshold "
"or increasing the number of "
"clusters.".format(class_sample))

Expand Down