Reports
What each report contains and how and when to use them.

Evidently includes a set of pre-built Reports. Each of them addresses a specific aspect of the data or model performance. You can think of reports as combinations of the metrics and statistical tests that are grouped together.
The calculation results can be available in one of the following formats:
An interactive visual Dashboard displayed inside the Jupyter notebook.
An HTML report. Same as dashboard, but available as a standalone file.
A JSON profile. A summary of the metrics, the results of statistical tests, and simple histograms.
A live monitoring dashboard, currently available through integration with Grafana.
Reports by type
Currently, you can choose between 7 different Report types.
Data DriftData QualityCategorical Target DriftNumerical Target DriftRegression PerformanceClassification PerformanceProbabilistic Classification PerformanceShow me the code
If you want to see the code, go straight to examples.
Last updated