OSS Quickstart - Data and ML monitoring
Run your first evaluation using Evidently open-source, for tabular data.
It's best to run this example in Jupyter Notebook or Google Colab so that you can render HTML Reports directly in a notebook cell.
Installation
Install Evidently using the pip package manager:
Imports
Import the Evidently components and a toy “Iris” dataset:
Run a Test Suite
Split the data into two batches. Run a set of pre-built data quality Tests to evaluate the quality of the current_data
:
This will automatically generate tests on share of nulls, out-of-range values, etc. – with test conditions generated based on the first "reference" dataset.
Get a Report
Get a Data Drift Report to see if the data distributions shifted between two datasets:
What's next?
Want more details on Reports and Test Suites? See an in-depth tutorial.
Want to set up monitoring? Send the evaluation results to Evidently Cloud for analysis and tracking. See the Quickstart:
Working with LLMs? Check the Quickstart:
Need help? Ask in our Discord community.
Last updated