Skip to content

Commit

Permalink
DOC Fix parametrize_with_checks link (#17263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed May 18, 2020
1 parent f2e873f commit 29f83f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/developers/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ several internals of scikit-learn that you should be aware of in addition to
the scikit-learn API outlined above. You can check whether your estimator
adheres to the scikit-learn interface and standards by running
:func:`~sklearn.utils.estimator_checks.check_estimator` on an instance. The
:func:`~sklearn.utils.parametrize_with_checks` pytest decorator can also be
used (see its docstring for details and possible interactions with `pytest`)::
:func:`~sklearn.utils.estimator_checks.parametrize_with_checks` pytest
decorator can also be used (see its docstring for details and possible
interactions with `pytest`)::

>>> from sklearn.utils.estimator_checks import check_estimator
>>> from sklearn.svm import LinearSVC
Expand Down

0 comments on commit 29f83f8

Please sign in to comment.