EstimatorReport.add_checks#

EstimatorReport.add_checks(checks)[source]

Register additional diagnostic checks for this report.

Checks are defined by implementing the Check protocol.

Appends the given checks to the registry used by diagnose(). The next call to diagnose() runs any newly added checks (along with checks that have not yet been cached). Already-run built-in checks are not re-executed.

Parameters:
checkslist of Check

Additional checks to register