End-to-end evaluation workflow.
Prepare the input data
pandas.DataFrame
. More on data requirements. You can also load data from Evidently Platform, like tracing or synthetic datasets.Create a Dataset object
DataDefinition()
that specifies column role and types. You can also use default type detection. How to set Data Definition.(Optional) Add descriptors
descriptors
. Optionally, add row-level tests to get pass/fail for specific inputs. How to use Descriptors.Configure Report
Report
with chosen metrics
or presets
. How to configure Reports.(Optional) Add Test conditions
(Optional) Add Tags and Timestamps
tags
or metadata
to identify specific evaluation runs or datasets, or override the default timestamp
. How to add metadata.Run the Report
run
the Report on the Dataset
(or two).Explore the results