Skip to content

Commit 2f18f83

Browse files
committed
DOC Mention estimator_checks.py under Common Tests
1 parent 3e9c9cb commit 2f18f83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ General Concepts
183183
This refers to the tests run on almost every estimator class in
184184
Scikit-learn to check they comply with basic API conventions. They are
185185
available for external use through
186-
:func:`utils.estimator_checks.check_estimator`.
186+
:func:`utils.estimator_checks.check_estimator`, with most of the
187+
implementation in ``sklearn/utils/estimator_checks.py``.
187188

188189
Note: Some exceptions to the common testing regime are currently
189190
hard-coded into the library, but we hope to replace this by marking

0 commit comments

Comments
 (0)