Skip to content

Commit 29832cd

Browse files
author
Guillaume Lemaitre
committed
Fix doctest
1 parent 773d310 commit 29832cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/under_sampling/instance_hardness_threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class InstanceHardnessThreshold(BaseBinarySampler):
112112
>>> iht = InstanceHardnessThreshold(random_state=42)
113113
>>> X_res, y_res = iht.fit_sample(X, y)
114114
>>> print('Resampled dataset shape {}'.format(Counter(y_res)))
115-
Resampled dataset shape Counter({1: 811, 0: 100})
115+
Resampled dataset shape Counter({1: 840, 0: 100})
116116
117117
References
118118
----------

0 commit comments

Comments
 (0)