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