Fast algorithm with dual extrapolation for the Lasso
Project description
# celer
[](https://travis-ci.org/mathurinm/celer/) [](https://codecov.io/gh/mathurinm/celer)
Fast algorithm to solve the Lasso with dual extrapolation
# Documentation
Please visit https://mathurinm.github.io/celer/ for the latest version of the documentation.
# Basic instructions Clone the repository:
` $git clone https://github.com/mathurinm/celer.git $cd celer/ $conda env create --file environment.yml $source activate celer-env $pip install --no-deps -e . `
# Demos Lasso path computation on the Leukemia dataset (comparison with scikit-learn): ` $source activate celer-env $ipython %run examples/plot_leukemia_path.py `
Lasso path computation on the Finance/log1p dataset (more significant, but it takes times to download the data, preprocess it, and compute the path): ` $source activate celer-env $ipython %run examples/plot_finance_path.py `
# Dependencies All dependencies are in `./environment.yml`
# Cite If you use this code, please cite [this paper](https://arxiv.org/abs/1802.07481):
Mathurin Massias, Alexandre Gramfort and Joseph Salmon
Dual Extrapolation for Faster Lasso Solvers
Arxiv preprint, 2018
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file celer-0.1.dev0.tar.gz.
File metadata
- Download URL: celer-0.1.dev0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b3ba153cbf99b32fbc177f5870409767c6b1bfeda756fdc6804a4a8739a1599
|
|
| MD5 |
8aaf9c5449d5846a1bf4ec12798fb17e
|
|
| BLAKE2b-256 |
473dca5c27c71b86e888a3155b689f0ac9e8a3b932255121b3fc8cea55184000
|