Quickstart - Data and ML checks
ML Monitoring “Hello world.” From data to dashboard in a couple of minutes.
1. Set up Evidently Cloud
Set up your Evidently Cloud workspace:
Sign up. If you do not have one yet, sign up for a free Evidently Cloud account.
Create an Organization. When you log in the first time, create and name your Organization.
Create a Team. Click Teams in the left menu. Create a Team, copy and save the Team ID. (Team page).
Get your API token. Click the Key icon in the left menu. Generate and save the token. (Token page).
You can now go to your Python environment.
2. Install the Python library
Install the Evidently Python library. You can run this example in Colab or another Python environment.
Import the components to work with the dataset and send the metrics.
3. Create a new Project
Connect to Evidently Cloud using your access token.
Create a new Project inside your Team. Pass the team_id
.
4. Import a toy dataset
Import the demo "adult" dataset as a pandas DataFrame.
5. Run an evaluation
Run a Data Quality Report and upload it to the Project.
We call each such evaluation result a snapshot
.
6. View the Report
Visit Evidently Cloud, open your Project, and navigate to the "Report" tab to see the data stats.
7. Add a monitoring panel
Go to the "Dashboard" tab and enter the "Edit" mode. Add a new tab, and select the "Data quality" template.
You'll see a set of panels with a single data point. As you send more snapshots, you can track trends and set up alerts. You can choose from 100+ metrics and tests on data quality, data drift, ML quality (regression, classification, ranking, recsys), LLM quality and text data, and add your own metrics.
Want to see more?
Check out a more in-depth tutorial to learn the key workflows:
Tutorial - Data & ML MonitoringWorking with LLMs? See a Quickstart:
Quickstart - LLM evaluationsNeed help? Ask in our Discord community.
Last updated