Evidently
NormalDescription
Evidently is an open-source ML and LLM observability framework with 100+ metrics for evaluating, testing, and monitoring any AI-powered system or data pipeline.
Key Features
- 100+ built-in evaluation metrics for data drift, ML models, and LLM outputs
- LLM-as-a-judge evaluators for generative AI quality assessment
- Reports and Test Suites with pass/fail conditions for CI/CD integration
- Self-hosted or cloud monitoring dashboard with real-time alerting
- Works with tabular data, text, classification, regression, ranking, and RAG
- Open architecture with custom metric support and data export
Use Cases
Categories
Quick Start
Install: `pip install evidently`. Create a Report with built-in presets like `DataDriftPreset` or `TextEvals`, run it on a pandas DataFrame, and view results in Jupyter or export as HTML/JSON. Launch the monitoring UI with `evidently ui --demo-projects all` and visit localhost:8000.