Summary.compare#

Summary.compare(*, return_as='list')[source]

Return the reports referenced by the summary object from the project.

Parameters:
return_as{“list”, “report”}, default=”list”

In what form the reports should be returned.

Returns:
reportslist of reports or ComparisonReport

If return_as="list", a list of EstimatorReport or CrossValidationReport objects. If return_as="report", a ComparisonReport.

See also

compare()

Compare reports side by side.