EstimatorReport.checks ====================== .. currentmodule:: skore .. autoaccessor:: EstimatorReport.checks Methods ~~~~~~~ Here are the methods that are available through this accessor: - :func:`~EstimatorReport.checks.help` -- Display accessor help using rich or HTML - :func:`~EstimatorReport.checks.summarize` -- Run checks and return a summary with detected issues - :func:`~EstimatorReport.checks.add` -- Register additional checks for this report - :func:`~EstimatorReport.checks.available` -- List available checks in the registry - :func:`~EstimatorReport.checks.remove` -- Remove a check from the registry .. toctree:: :hidden: skore.EstimatorReport.checks.help skore.EstimatorReport.checks.summarize skore.EstimatorReport.checks.add skore.EstimatorReport.checks.available skore.EstimatorReport.checks.remove