We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd117d commit f0612f2Copy full SHA for f0612f2
imblearn/misc.py
@@ -70,7 +70,7 @@ class FunctionSampler(SamplerMixin):
70
... kw_args={'ratio': 'auto', 'random_state': 0})
71
>>> X_res, y_res = sampler.fit_sample(X, y)
72
>>> print('Resampled dataset shape {}'.format(Counter(y_res)))
73
- Resampled dataset shape Counter({-1: 268, 1: 268})
+ Resampled dataset shape Counter({1: 268, -1: 268})
74
75
"""
76
0 commit comments