-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC add reference to higher level functions in estimator_checks_generator #31480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
DOC add reference to higher level functions in estimator_checks_generator #31480
Conversation
❌ Linting issuesThis PR is introducing linting issues. Here's a summary of the issues. Note that you can avoid having linting issues by enabling You can see the details of the linting issues under the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Just a minor suggestion. Totally optional though.
Co-authored-by: Virgil Chan <virchan.math@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops~ Messed up the linting 😅
:func:`~sklearn.utils.estimator_checks.parametrize_with_checks` and | ||
:func:`~sklearn.utils.estimator_checks.check_estimator` to yield all check callables | ||
for an estimator. In most cases, these functions should be used instead. When | ||
implementing a custom equivalent, please refer to their source code to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implementing a custom equivalent, please refer to their source code to | |
implementing a custom equivalent, please refer to their source code to |
Suggested in #31408 to help third party developers.