cleanlab/cleanlab

Cleanlab's open-source library is the standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 5th, 2026
Created on May 11th, 2018
Open Issues & Pull Requests: 124 (+0)
GitHub issues: Enabled
Number of forks: 923
Total Stargazers: 11,646 (+0)
Total Subscribers: 88 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.8 days
Mean response time: 187.2 days
90th percentile: 854.8 days
Tracked items: 69

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 48% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 3% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 891 days
Stale 30+ days: 35
Stale 90+ days: 30

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help-wanted (35)
  • good first issue (25)
  • enhancement (16)
  • needs triage (14)
  • question (8)
  • next release (6)
  • high-priority (5)
  • bug (4)

Most active issues this week

Detailed Description

Cleanlab is a Python library for automatically detecting and fixing data quality issues in machine learning datasets.

The tool addresses the problem that real-world datasets contain mislabeled examples, outliers, duplicates, and other issues that degrade model performance. Rather than requiring manual inspection, cleanlab uses predictions from existing models to estimate which data points are problematic. It works across multiple data modalities including text, audio, images, and tabular data, identifying label errors, out-of-distribution examples, duplicates, and other anomalies. The library also supports multi-annotator scenarios by inferring consensus labels and annotator quality, and can suggest which examples to label next through active learning.

Teams should adopt cleanlab when working with messy, real-world datasets where label quality is uncertain and manual review is impractical. It fits projects where you can train an initial model quickly and want to iteratively improve data quality rather than endlessly tuning model architecture. The approach works best when you have some labeled data to begin with, as the library leverages model predictions to identify issues. The workflow involves training a model, using cleanlab to diagnose dataset problems, cleaning the data, and retraining—a cycle that can repeat until diminishing returns appear.

The project maintains active development with regular updates to its core functionality. The codebase includes comprehensive test coverage and documentation spanning tutorials for different data types and use cases. The team publishes research backing the methods and maintains an examples repository demonstrating practical applications. Development activity shows consistent attention to both the library's core algorithms and its usability across different data modalities.