cjlin1/liblinear
LIBLINEAR -- A Library for Large Linear Classification observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 59
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4490
- days_rel: n/a
- days_push: 247
- n_releases_24m: 0
Adoption not part of the score
1051 stars · 342 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LIBLINEAR is a C++ library and CLI toolset for training large-scale regularized linear classifiers, regressors, and one-class SVMs. It ships train/predict command-line programs plus Python and MATLAB/Octave interfaces, using the same sparse data format as LIBSVM.
Use cases
- train a linear SVM on millions of text documents
- classify large sparse high-dimensional feature data
- fit logistic regression with L1 or L2 regularization
- run support vector regression on big datasets
- detect outliers with one-class SVM
- cross-validate and auto-select C parameters for linear models
When to choose
- your dataset is large and linear models suffice, e.g. document classification
- you need fast training on millions of instances and features
- you want LIBSVM-compatible sparse data format with a simpler linear solver
- you need probability outputs via logistic regression
When to avoid
- your data is small or you are a beginner - use LIBSVM first
- you need nonlinear kernel mappings for accuracy
- your data is unscaled or C is large, which can make the default solver slow
Facets
library · maturity stable
machine-learning machine-learning data-science windows python cpp cross-platform cli svm logistic-regression linear-classification large-scale-learning libsvm-format matlab-interface natural-language-processing linux macos
3 sources
- readme: https://github.com/cjlin1/liblinear · fetched 2026-08-28 · 3ffa03870fd9
- homepage: https://www.csie.ntu.edu.tw/~cjlin/liblinear/ · fetched 2026-08-29 · 64d8deefc72d
- site_page: https://www.csie.ntu.edu.tw/~cjlin/liblinear/FAQ.html · fetched 2026-08-29 · f336df15ec15
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cjlin1/liblinear | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="cjlin1/liblinear")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem