mlpack/mlpack

mlpack: a fast, header-only C++ machine learning library

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 11th, 2026
Created on December 17th, 2014
Open Issues & Pull Requests: 12 (+0)
GitHub issues: Enabled
Number of forks: 1,721
Total Stargazers: 5,708 (+0)
Total Subscribers: 181 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 3.2 days
90th percentile: 6.7 days
Tracked items: 101

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "s: keep open" is answered fastest, typically in under an hour, while "s: stale" waits about 28 hours. Only 10% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,327 days
Stale 30+ days: 4
Stale 90+ days: 2

Recent activity

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

Top labels

  • t: bug report (30)
  • s: stale (24)
  • s: keep open (15)
  • s: unanswered (15)
  • c: documentation (6)
  • t: feature request (5)
  • c: automatic bindings (4)
  • c: build system (3)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

mlpack is a header-only C++ machine learning library designed for fast, scalable machine learning algorithms.

The library addresses the need for efficient machine learning implementations in C++ by providing a collection of algorithms optimized for performance. Its header-only design eliminates compilation overhead and simplifies integration into projects. The library implements a range of supervised and unsupervised learning techniques, including regression, classification, clustering, and dimensionality reduction, alongside specialized functionality for nearest-neighbor search and deep learning. The approach emphasizes computational efficiency through careful algorithm implementation and leverages C++ templates to enable compile-time optimization.

mlpack suits developers building machine learning systems where performance and integration simplicity matter. It works well for projects that can tolerate C++ as a dependency and benefit from header-only inclusion without separate compilation steps. The library is particularly valuable for applications requiring nearest-neighbor search or those where Python bindings are insufficient. Teams should consider mlpack when they need direct control over machine learning pipeline implementation and want to avoid the overhead of larger frameworks, though they should be prepared to work within the C++ ecosystem and its build tooling.

The project maintains steady development activity with regular commits addressing bug fixes, feature additions, and algorithm improvements. The codebase receives ongoing attention to performance optimization and code quality. Documentation and examples are actively maintained to support users integrating the library into their applications. The project demonstrates consistent engagement with its user community through issue resolution and feature requests.