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 ofEstimatorReportorCrossValidationReportobjects. Ifreturn_as="report", aComparisonReport.
See also
compare()Compare reports side by side.