EstimatorReport.checks#

EstimatorReport.checks()[source]#

Accessor for checks-related operations.

You can access this accessor using the checks attribute.

Methods#

Here are the methods that are available through this accessor:

  • help() – Display accessor help using rich or HTML

  • summarize() – Run checks and return a summary with detected issues

  • add() – Register additional checks for this report

  • available() – List available checks in the registry

  • remove() – Remove a check from the registry