scikit-learn-contrib/lightning
Large-scale linear classification, regression and ranking in Python observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5348
- days_rel: n/a
- days_push: 1142
- n_releases_24m: 0
Adoption not part of the score
1782 stars · 217 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library for large-scale linear classification, regression, and ranking that follows scikit-learn API conventions. It supports dense and sparse data with computationally demanding parts implemented in Cython, offering solvers like CD, SDCA, SGD, AdaGrad, SAG, SAGA, SVRG, and FISTA.
Use cases
- train linear classifiers on large sparse datasets
- fit linear regression models with L1 or group lasso penalties
- learn multiclass classifiers on text data like News20
- train online ranking models with PRank
- use SGD, SAGA, or SVRG solvers with a scikit-learn-compatible API
- perform feature selection via sparse linear models
When to choose
- you need fast linear models on large-scale or high-dimensional sparse data
- you want scikit-learn API compatibility with more solver variety
- you need specialized penalties like l1/l2 group lasso or trace norm
- you want variance-reduced stochastic solvers like SAGA or SVRG
When to avoid
- you need nonlinear models like gradient boosting or deep learning
- you need actively developed software with recent releases
- you need GPU acceleration
- you need a license file for compliance-sensitive use
Facets
library · maturity maintenance
machine-learning machine-learning data-science python cross-platform linear-classification linear-regression ranking scikit-learn-api cython large-scale sparse-data optimization
2 sources
- readme: https://github.com/scikit-learn-contrib/lightning · fetched 2026-08-28 · b6c4eb019667
- homepage: https://contrib.scikit-learn.org/lightning/ · fetched 2026-08-29 · 756808895c59
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scikit-learn-contrib/lightning | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="scikit-learn-contrib/lightning")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem