diff_diff.DiagnosticReportResults#

class diff_diff.DiagnosticReportResults[source]#

Bases: object

Frozen container holding the outcome of a DiagnosticReport.run_all() call.

schema#

The AI-legible structured schema (also returned by to_dict()).

Type:

dict

interpretation#

The overall_interpretation paragraph synthesizing findings across checks.

Type:

str

applicable_checks#

The names of checks that applied to this estimator + options.

Type:

tuple of str

skipped_checks#

Mapping from skipped-check name to plain-English reason.

Type:

dict of str -> str

warnings#

Warnings captured while running the underlying diagnostic functions.

Type:

tuple of str

Methods

__init__(schema, interpretation, ...[, ...])

Attributes

__init__(schema, interpretation, applicable_checks, skipped_checks=<factory>, warnings=())#
Parameters:
Return type:

None

classmethod __new__(*args, **kwargs)#