Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Feb 24, 2024
1 parent c2b3541 commit 35b90e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_sklearn_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_skl_regressor(clazz, n_estimators, callback):
)
@settings(**standard_settings())
def test_skl_classifier(clazz, dataset, n_estimators, callback):
"""Scikit-learn binary classifier"""
"""Scikit-learn classifier"""
X, y = dataset
n_classes = len(np.unique(y))
kwargs = {"max_depth": 8, "random_state": 0}
Expand Down

0 comments on commit 35b90e8

Please sign in to comment.