You can directly render the visual summary of evaluation results in interactive Python environments like Jupyter notebook or Colab.After running the Report, simply call the resulting Python object:
Copy
my_report
This will render the HTML object directly in the notebook cell.
You can get the output as a Python dictionary. This format is convenient for automated evaluations in data or ML pipelines, allowing you to transform the output or extract specific values.To get the dictionary: