Quickstart - Data and ML checks
ML Monitoring “Hello world.” From data to dashboard in a couple of minutes.
Last updated
ML Monitoring “Hello world.” From data to dashboard in a couple of minutes.
Last updated
Set up your Evidently Cloud workspace:
Sign up. If you do not have one yet, sign up for a free .
Create an Organization when you log in for the first time. Get an ID of your organization. .
Get your API token. Click the Key icon in the left menu. Generate and save the token. ().
You can now go to your Python environment.
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.
Connect to Evidently Cloud using your access token.
Create a new Project inside your Organization. Pass the org_id
.
Import the demo "adult" dataset as a pandas DataFrame.
Run a Data Quality Report and upload it to the Project.
We call each such evaluation result a snapshot
.
Visit Evidently Cloud, open your Project, and navigate to the "Report" tab to see the data stats.
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.
Check out a more in-depth tutorial to learn the key workflows:
Working with LLMs? See a Quickstart:
Need help? Ask in our .