8000
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 84f32ef commit 3e0f91fCopy full SHA for 3e0f91f
sklearn/utils/estimator_checks.py
@@ -407,8 +407,8 @@ def parametrize_with_checks(estimators):
407
>>> from sklearn.tree import DecisionTreeRegressor
408
409
>>> @parametrize_with_checks([LogisticRegression, DecisionTreeRegressor])
410
- >>> def test_sklearn_compatible_estimator(estimator, check):
411
- >>> check(estimator)
+ ... def test_sklearn_compatible_estimator(estimator, check):
+ ... check(estimator)
412
413
"""
414
import pytest
0 commit comments