Skip to content

QB3/CLaR

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CLaR

image0 image1

Fast algorithm to solve high dimensional linear regression with correlated noise and multiple measurements

Documentation

Please visit https://qb3.github.io/CLaR/ for the latest version of the documentation.

Install the released version

To setup a fully functional environment we recommend you download this conda environment and install it with:

conda env create --file environment.yml

Install the development version

From a console or terminal clone the repository and install CLaR:

git clone https://github.com/QB3/CLaR.git
conda env create --file environment.yml
source activate clar-env
pip install --no-deps -e .

Demos & Examples

You can find examples here

Dependencies

All dependencies are in ./environment.yml

Cite

If you use this code, please cite:

@article{bertrand2019handling,
title={Handling correlated and repeated measurements with the smoothed multivariate square-root {L}asso},
author={Bertrand, Quentin and Massias, Mathurin and Gramfort, Alexandre and Salmon, Joseph},
year={2019},
journal={NeurIPS}
}

ArXiv link: https://export.arxiv.org/abs/1902.02509

About

Concomitant Lasso with Repetitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •