git404hub

what is evidently fr?

evidentlyai/evidently — explained in plain English

Analysis updated 2026-06-24

7,490Jupyter NotebookAudience · dataComplexity · 3/5LicenseSetup · easy

tl;dr

Open-source Python library for evaluating and monitoring AI systems, check data drift, model accuracy, and LLM output quality with 100+ built-in checks, viewable in Jupyter or as exportable HTML reports.

vibe map

mindmap
  root((Evidently))
    Evaluation
      Reports
      Test Suites
      100 plus checks
    What it monitors
      Data drift
      Model accuracy
      LLM output quality
    Output formats
      Jupyter notebook
      HTML report
      JSON export
    Deployment
      Self-hosted dashboard
      Evidently Cloud
      Free tier available

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Monitor whether your production ML model's predictions are drifting as new real-world data comes in over time.

VIBE 2

Evaluate whether your LLM chatbot responses are too short, too negative, or refusing requests they should answer.

VIBE 3

Generate an HTML data quality report before deploying a new model version to catch problems early.

VIBE 4

Set up a live monitoring dashboard to track AI system health metrics across real user traffic over time.

what's the stack?

PythonJupyter Notebookpip

how it stacks up fr

evidentlyai/evidentlycoells/100daysh2oai/h2o-3
Stars7,4907,4897,478
LanguageJupyter NotebookJupyter NotebookJupyter Notebook
Setup difficultyeasyeasyhard
Complexity3/51/54/5
Audiencedatadeveloperdata

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min
Open source, free to use and modify, including for commercial purposes.

in plain english

Evidently is an open-source Python library for evaluating and monitoring AI systems. If you have built a machine learning model or a chatbot powered by a large language model, Evidently gives you tools to check whether your system is behaving correctly, both during development and once it is running in production. The library works in two main ways. First, you can run Reports and Test Suites: you feed in your data and outputs, and Evidently calculates metrics like whether your data quality has changed, whether a model's predictions are drifting over time, or whether an AI assistant is giving responses that are too short, too negative, or likely denying requests it should answer. Over 100 built-in checks cover classification accuracy, recommendation diversity, text sentiment, and many more. You can view results interactively in a Jupyter notebook or export them as HTML or JSON for sharing. Second, Evidently includes a monitoring dashboard that tracks these metrics over time as your system handles real users. You can run the dashboard yourself on your own machine or sign up for a hosted version called Evidently Cloud, which adds alerting, team management, and other extras on top of a free tier. The library installs with a single pip command and is designed to be modular. You can start with a one-line preset that catches common problems in tabular data, then layer in custom metrics as you learn more about what your specific system needs to track. Evidently is developed by Evidently AI, the company behind it, and is open source under a public license. It is aimed at data scientists and ML engineers who want to catch problems in AI systems before or after they reach users, without having to build monitoring infrastructure from scratch.

prompts (copy fr)

prompt 1
Using Evidently, write Python code that compares my training dataset to a week of production data and generates an HTML report showing which features have drifted the most.
prompt 2
How do I set up Evidently to monitor my LLM chatbot for response quality issues like denial rate, average sentiment, and response length in a production environment?
prompt 3
Write a Python script using Evidently Test Suites that automatically fails a CI pipeline check if my classification model's F1 score drops more than 5% from baseline.
prompt 4
Show me how to run the Evidently monitoring dashboard locally to track model accuracy over time as batches of new predictions come in.

Frequently asked questions

what is evidently fr?

Open-source Python library for evaluating and monitoring AI systems, check data drift, model accuracy, and LLM output quality with 100+ built-in checks, viewable in Jupyter or as exportable HTML reports.

What language is evidently written in?

Mainly Jupyter Notebook. The stack also includes Python, Jupyter Notebook, pip.

What license does evidently use?

Open source, free to use and modify, including for commercial purposes.

How hard is evidently to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is evidently for?

Mainly data.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.