Skip to content

Commit

Permalink
[DOC] Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
proinsias committed Jul 6, 2016
1 parent e97ea2f commit 7bad028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imblearn/ensemble/balance_cascade.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class BalanceCascade(EnsembleSampler):
n_max_subset : int or None, optional (default=None)
Maximum number of subsets to generate. By default, all data from
the training will be selected that could lead to a large number of
subsets. We can probably reduced this number empirically.
subsets. We can probably deduce this number empirically.
classifier : str, optional (default='knn')
The classifier that will be selected to confront the prediction
Expand Down Expand Up @@ -114,7 +114,7 @@ def __init__(self, ratio='auto', return_indices=False, random_state=None,
n_max_subset : int or None, optional (default=None)
Maximum number of subsets to generate. By default, all data from
the training will be selected that could lead to a large number of
subsets. We can probably reduced this number empirically.
subsets. We can probably deduce this number empirically.
classifier : str, optional (default='knn')
The classifier that will be selected to confront the prediction
Expand Down

0 comments on commit 7bad028

Please sign in to comment.