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 2f52a38 commit e0c8d35Copy full SHA for e0c8d35
imblearn/under_sampling/neighbourhood_cleaning_rule.py
@@ -77,7 +77,7 @@ class NeighbourhoodCleaningRule(BaseMulticlassSampler):
77
>>> ncr = NeighbourhoodCleaningRule(random_state=42)
78
>>> X_res, y_res = ncr.fit_sample(X, y)
79
>>> print('Resampled dataset shape {}'.format(Counter(y_res)))
80
- Resampled dataset shape Counter({1: 891, 0: 100})
+ Resampled dataset shape Counter({1: 889, 0: 100})
81
82
References
83
----------
0 commit comments