Skip to content

Commit 7bad028

Browse files
committed
[DOC] Fix minor typo
1 parent e97ea2f commit 7bad028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imblearn/ensemble/balance_cascade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BalanceCascade(EnsembleSampler):
3636
n_max_subset : int or None, optional (default=None)
3737
Maximum number of subsets to generate. By default, all data from
3838
the training will be selected that could lead to a large number of
39-
subsets. We can probably reduced this number empirically.
39+
subsets. We can probably deduce this number empirically.
4040
4141
classifier : str, optional (default='knn')
4242
The classifier that will be selected to confront the prediction
@@ -114,7 +114,7 @@ def __init__(self, ratio='auto', return_indices=False, random_state=None,
114114
n_max_subset : int or None, optional (default=None)
115115
Maximum number of subsets to generate. By default, all data from
116116
the training will be selected that could lead to a large number of
117-
subsets. We can probably reduced this number empirically.
117+
subsets. We can probably deduce this number empirically.
118118
119119
classifier : str, optional (default='knn')
120120
The classifier that will be selected to confront the prediction

0 commit comments

Comments
 (0)