interpretml/interpret

Fit interpretable models. Explain blackbox machine learning.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 9th, 2026
Created on May 3rd, 2019
Open Issues & Pull Requests: 42 (+0)
GitHub issues: Enabled
Number of forks: 789
Total Stargazers: 6,938 (+0)
Total Subscribers: 142 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.4 hours
Mean response time: 137.1 days
90th percentile: 238.4 days
Tracked items: 123

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 2% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,060 days
Stale 30+ days: 12
Stale 90+ days: 12

Recent activity

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

Top labels

  • enhancement (16)
  • bug (6)
  • stale (4)
  • keep open (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

InterpretML is a machine learning interpretability package that lets you train interpretable models and explain blackbox systems.

The package addresses the challenge of understanding machine learning model behavior and decisions. It provides two complementary approaches: training glassbox models that are inherently interpretable, and applying explanation techniques to existing blackbox models. The core offering is the Explainable Boosting Machine, an interpretable model that combines modern techniques like bagging, gradient boosting, and automatic interaction detection with the traditional Generalized Additive Model framework. This approach achieves accuracy comparable to state-of-the-art blackbox methods like random forests and gradient boosted trees while producing exact, human-readable explanations that domain experts can edit directly.

The tool suits projects where model transparency is critical: debugging model failures, engineering features, detecting fairness issues, enabling human-AI collaboration, meeting regulatory requirements, or deploying in high-risk domains like healthcare and finance. The Explainable Boosting Machine is positioned as an alternative to blackbox gradient boosting and random forest approaches when interpretability cannot be sacrificed for accuracy. The package supports both global model behavior understanding and local prediction explanation, making it applicable across different interpretability needs.

The project maintains active development with regular updates and comprehensive test coverage. Documentation includes interactive notebooks demonstrating interpretable classification workflows. The codebase is written primarily in C++ with Python bindings, supporting Python 3.10 and later across Linux, Mac, and Windows platforms.