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

11/02/2020
by   Léo Simpson, et al.
0

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 ∈ℝ^n× dis a given design matrix and the vector y ∈ℝ^n is a continuous or binary response vector. The matrix C is a general constraint matrix. The vector β∈ℝ^d 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^T β = 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üller 2020a)) of the form min_β∈ℝ^d, σ∈ℝ_0 f(Xβ - y,σ) + λ‖β‖_1 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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/27/2020

The flare Package for High Dimensional Linear Regression and Precision Matrix Estimation in R

This paper describes an R package named flare, which implements a family...
research
10/31/2021

Asgl: A Python Package for Penalized Linear and Quantile Regression

Asg is a Python package that solves penalized linear regression and quan...
research
10/12/2019

First order expansion of convex regularized estimators

We consider first order expansions of convex penalized estimators in hig...
research
03/28/2018

Greedy Variance Estimation for the LASSO

Recent results have proven the minimax optimality of LASSO and related a...
research
03/14/2015

Communication-efficient sparse regression: a one-shot approach

We devise a one-shot approach to distributed sparse regression in the hi...
research
05/26/2014

An Ordered Lasso and Sparse Time-Lagged Regression

We consider regression scenarios where it is natural to impose an order ...
research
05/20/2018

The Generalized Lasso Problem and Uniqueness

We study uniqueness in the generalized lasso problem, where the penalty ...

Please sign up or login with your details

Forgot password? Click here to reset