Skip to content

Commit b292d11

Browse files
committed
iter
1 parent 464a619 commit b292d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class FunctionSampler(SamplerMixin):
7171
>>> X_res, y_res = sampler.fit_sample(X, y)
7272
>>> print('Resampled dataset shape {}'.format(
7373
... sorted(Counter(y_res).items())))
74-
Resampled dataset shape Counter({-1: 268, 1: 268})
74+
Resampled dataset shape [(-1, 268), (1, 268)]
7575
7676
"""
7777

0 commit comments

Comments
 (0)