You must first connect to Evidently Cloud and create a Project.
Upload a Dataset
Prepare your dataset as an Evidently Dataset with the corresponding data definition. To upload a Dataset to the specified Project in workspace You must always specify the dataset
ws
, use the add_dataset
method:name
that you will see in the UI. The description is optional.How to create an Evidently Dataset? Read the Data Definition docs.
Download the Dataset
You can pull the Dataset stored or generated on the platform to your local environment. For example, call the evaluation or tracing dataset to use in a CI/CD testing script. Use theload_dataset
method:
Include the Dataset
You can include Datasets when you upload Reports to the platform. This way, after running an evaluation locally you simultaneously upload:- the Report with evaluation result,
- the Dataset it was generated for, with new added scores if applicable.
include_data
parameter: