Introduction to Dashboard.
Dashboard is available in Evidently OSS, Evidently Cloud and Evidently Enterprise.
A Dashboard provides a clear view of your AI application performance. You can use it:
Each Project has its own Dashboard. It’s empty at first.
To populate it, you need to run an evaluation and save at least one Report to the Project. You can then choose values from Reports to plot.
Multiple Tabs are available in Evidently Cloud and Evidently Enterprise.
You can logically organize Panels within the same Dashboard into different Tabs.
A Panel is a visual element in the Dashboard that displays specified values in a single widget. Panels can be counters, line plots, bar plots, etc. You can add multiple Panels to the Dashboard and customize their type and values shown.
You can add Panels in two ways:
To create a Panel, you need to specify:
By clicking on any individual value on the Dashboard, you can open the associated Report and source Dataset for further debugging.
Dashboards rely on having Reports in the Project as a data source.
When adding a Panel, you select a Metric, and Evidently pulls the corresponding value(s) from all Reports in the Project to plot them.
For example, if you log multiple Data Drift Reports (each includes theDriftedColumnsCount
for the corresponding batch), you can plot how this Metric value changes over time.
The Panel time resolution depends on logged Report frequency. For instance, if you log Reports daily, you’ll see values at daily granularity.
You can use Tags to filter data from specific Reports. For example, you can plot the accuracy of Model A and Model B on separate Panels. To achieve this, you must first add relevant Tags to the Report, and then filter by these Tags when creating a Panel.
Introduction to Dashboard.
Dashboard is available in Evidently OSS, Evidently Cloud and Evidently Enterprise.
A Dashboard provides a clear view of your AI application performance. You can use it:
Each Project has its own Dashboard. It’s empty at first.
To populate it, you need to run an evaluation and save at least one Report to the Project. You can then choose values from Reports to plot.
Multiple Tabs are available in Evidently Cloud and Evidently Enterprise.
You can logically organize Panels within the same Dashboard into different Tabs.
A Panel is a visual element in the Dashboard that displays specified values in a single widget. Panels can be counters, line plots, bar plots, etc. You can add multiple Panels to the Dashboard and customize their type and values shown.
You can add Panels in two ways:
To create a Panel, you need to specify:
By clicking on any individual value on the Dashboard, you can open the associated Report and source Dataset for further debugging.
Dashboards rely on having Reports in the Project as a data source.
When adding a Panel, you select a Metric, and Evidently pulls the corresponding value(s) from all Reports in the Project to plot them.
For example, if you log multiple Data Drift Reports (each includes theDriftedColumnsCount
for the corresponding batch), you can plot how this Metric value changes over time.
The Panel time resolution depends on logged Report frequency. For instance, if you log Reports daily, you’ll see values at daily granularity.
You can use Tags to filter data from specific Reports. For example, you can plot the accuracy of Model A and Model B on separate Panels. To achieve this, you must first add relevant Tags to the Report, and then filter by these Tags when creating a Panel.