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 1946606 commit b6d222dCopy full SHA for b6d222d
imblearn/model_selection/_split.py
@@ -43,7 +43,7 @@ class InstanceHardnessCV(BaseCrossValidator):
43
>>> ih_cv = InstanceHardnessCV(estimator)
44
>>> cv_result = cross_validate(estimator, X, y, cv=ih_cv)
45
>>> print(f"Standard deviation of test_scores: {cv_result['test_score'].std():.3f}")
46
- Standard deviation of test_scores: 0.007
+ Standard deviation of test_scores: 0.00...
47
"""
48
49
def __init__(self, estimator, *, n_splits=5, pos_label=None):
0 commit comments