Papers › c-lasso -- a Python package for constrained sparse and robust regression and classification

c-lasso -- a Python package for constrained sparse and robust regression and classification

2 Nov 2020arXiv:2011.00898archive 2025-07-28

Léo Simpson, Patrick L. Combettes, Christian L. Müller

We introduce c-lasso, a Python package that enables sparse and robust linear regression and classification with linear equality constraints. The underlying statistical forward model is assumed to be of the following form: y = X β+ σϵ subject to Cβ=0 Here, $X \in \mathbb{R}^{n\times d}$is a given design matrix and the vector y ∈ℝⁿ is a continuous or binary response vector. The matrix C is a general constraint matrix. The vector β∈ℝᵈ contains the unknown coefficients and σ an unknown scale. Prominent use cases are (sparse) log-contrast regression with compositional data X, requiring the constraint 1_dᵀ β= 0 (Aitchion and Bacon-Shone 1984) and the Generalized Lasso which is a special case of the described problem (see, e.g, (James, Paulson, and Rusmevichientong 2020), Example 3). The c-lasso package provides estimators for inferring unknown coefficients and scale (i.e., perspective M-estimators (Combettes and M\"uller 2020a)) of the form min_(β∈ℝᵈ, σ∈ℝ₀) f(Xβ- y,σ ) + λ‖β‖₁ subject to Cβ= 0 for several convex loss functions f(·,·). This includes the constrained Lasso, the constrained scaled Lasso, and sparse Huber M-estimators with linear equality constraints.

PaperPDFCode

Code

Leo-Simpson/c-lasso officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

General Classificationregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Linear Regression

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections