An open-source referee for predictive models and LLM pipelines
Evidently gives data teams a single Python library to evaluate, test, and monitor both classical ML and LLM systems without switching tools.

What it does
Evidently is a Python library that evaluates and monitors machine learning and LLM systems. It runs one-off quality reports inside notebooks, converts them into pass/fail test suites for CI/CD, and feeds a self-hosted monitoring dashboard. Coverage spans tabular data drift, classification accuracy, RAG retrieval relevance, and LLM-as-a-judge checks like sentiment or denial detection.
The interesting bit
Most tools treat classical ML observability and LLM evals as separate problems. Evidently uses the same abstractions—Dataset, descriptors, presets, and Report—for both. It can also auto-generate test thresholds from a reference dataset, which removes much of the boilerplate usually needed to gate a deployment pipeline.
Key highlights
- 100+ built-in metrics covering data quality, distribution drift, classification, regression, ranking, recommendations, and LLM outputs.
- Evaluations exportable as JSON, Python dictionaries, HTML, or viewable in an included monitoring UI.
- Test suites support auto-generated pass/fail conditions from reference data, with simple manual overrides.
- Open-source monitoring dashboard runs self-hosted; a managed Cloud tier with extra features is optional.
- Custom metrics via Python interface when built-in presets fall short.
Verdict
Worth evaluating if you run a mix of traditional ML and newer LLM apps and want one consistent grammar for quality checks. Less compelling if you already have dedicated, deeply integrated observability stacks for each domain.
Frequently asked
- What is evidentlyai/evidently?
- Evidently gives data teams a single Python library to evaluate, test, and monitor both classical ML and LLM systems without switching tools.
- Is evidently open source?
- Yes — evidentlyai/evidently is open source, released under the Apache-2.0 license.
- What language is evidently written in?
- evidentlyai/evidently is primarily written in Jupyter Notebook.
- How popular is evidently?
- evidentlyai/evidently has 7.7k stars on GitHub.
- Where can I find evidently?
- evidentlyai/evidently is on GitHub at https://github.com/evidentlyai/evidently.