File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,9 @@ several internals of scikit-learn that you should be aware of in addition to
247
247
the scikit-learn API outlined above. You can check whether your estimator
248
248
adheres to the scikit-learn interface and standards by running
249
249
:func: `~sklearn.utils.estimator_checks.check_estimator ` on an instance. The
250
- :func: `~sklearn.utils.parametrize_with_checks ` pytest decorator can also be
251
- used (see its docstring for details and possible interactions with `pytest `)::
250
+ :func: `~sklearn.utils.estimator_checks.parametrize_with_checks ` pytest
251
+ decorator can also be used (see its docstring for details and possible
252
+ interactions with `pytest `)::
252
253
253
254
>>> from sklearn.utils.estimator_checks import check_estimator
254
255
>>> from sklearn.svm import LinearSVC
You can’t perform that action at this time.
0 commit comments