Show raw data in Reports
How to change data aggregation in plots.
Last updated
How to change data aggregation in plots.
Last updated
Pre-requisites:
You know how to generate Reports with default parameters.
You know how to pass custom parameters for Reports or Metrics.
You can refer to an example How-to-notebook:
Evidently Reports include visualizations, such as plotting values over time, which are aggregated by default. This keeps Reports size manageable, even with millions of evaluated rows.
For example, you can create a custom Report:
Here is how the Scatter Plot in this Report will look:
If you prefer to see raw data plots (individual prediction points), you can enable this option. This will store raw data points inside the Report.
To see non-aggregated plots, set the raw_data
parameter as True
in the render options.
You can set it on the Report level:
All plots in the Report will be non-aggregated. Here is how the Scatter Plot in this Report will look:
If you want to generate non-aggregated plots only for some visualizations, you can pass the option to the chosen Metrics: