Iteratively yield all check callables for an estimator.
Added in version 1.6.
Estimator instance for which to generate checks.
Whether to include legacy checks. Over time we remove checks from this category and move them into their specific category.
Dictionary of the form {check_name: reason} for checks that are expected to fail.
Whether to mark the checks that are expected to fail as xfail(pytest.mark.xfail) or skip. Marking a test as “skip” is done via wrapping the check in a function that raises a SkipTest exception.
Generator that yields (estimator, check) tuples.
© 2007–2025 The scikit-learn developers
Licensed under the 3-clause BSD License.
https://scikit-learn.org/1.6/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generator.html