Projects overview

Introduction to Projects in Evidently Platform.

This section describes how to use Projects. This applies if you use the Evidently web application. You can also run evaluations locally with the Evidently Python library without creating a Project.

Projects are available in Evidently OSS, Evidently Cloud and Evidently Enterprise.

What is a Project?

To start working in the Evidently UI, you must create at least one evaluation or monitoring Project.

Home Page. You can see all your Projects on the home page of the Evidently platform:

Project Dashboard. A Project helps you organize all data and evaluations for a specific use case.

Each Project has its own Dashboard and alerting rules. Inside the Project, you can also access the results of all experimental evaluations, regression testing, or ongoing online monitoring.

You can organize Projects in a way that suits your workflow, for example:

  • create separate Projects for the experimental and production phases of your AI use case

  • create separate Projects for each ML model or individual components of an LLM-based application

  • group evaluation results for different models / components within a single Project, but use Tags (such as model version, etc.) to differentiate between them.

Once you create a Project, it gets a unique ID. You can then connect via the Python API or through the UI to send data, edit the Dashboard, and manage the Project.

Last updated