Summary.frame#
- Summary.frame(*, report_type=None)[source]
Return the metadata and metrics as a
pandas.DataFrame.- Parameters:
- report_type{“estimator”, “cross-validation”}, default=None
Filter the rows to a specific type of report. When
None, all reports are returned.
- Returns:
- framepandas.DataFrame
The metadata and metrics of the reports.