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 3e9c9cb commit 2f18f83Copy full SHA for 2f18f83
doc/glossary.rst
@@ -183,7 +183,8 @@ General Concepts
183
This refers to the tests run on almost every estimator class in
184
Scikit-learn to check they comply with basic API conventions. They are
185
available for external use through
186
- :func:`utils.estimator_checks.check_estimator`.
+ :func:`utils.estimator_checks.check_estimator`, with most of the
187
+ implementation in ``sklearn/utils/estimator_checks.py``.
188
189
Note: Some exceptions to the common testing regime are currently
190
hard-coded into the library, but we hope to replace this by marking
0 commit comments