diff --git a/celer/dropin_sklearn.py b/celer/dropin_sklearn.py index a29013a7..5d259ea7 100644 --- a/celer/dropin_sklearn.py +++ b/celer/dropin_sklearn.py @@ -111,8 +111,8 @@ class Lasso(Lasso_sklearn): References ---------- .. [1] M. Massias, A. Gramfort, J. Salmon - "Celer: Dual Extrapolation for Faster Lasso Solvers", ICML 2018, - https://arxiv.org/abs/1802.07481 + "Celer: a Fast Solver for the Lasso wit Dual Extrapolation", ICML 2018, + http://proceedings.mlr.press/v80/massias18a.html """ def __init__(self, alpha=1., max_iter=100, gap_freq=10, diff --git a/doc/index.rst b/doc/index.rst index 45bf4f1a..17ab7313 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -43,9 +43,23 @@ If you don't want to use Anaconda, the list of packages you need to install is i Cite ---- - [1] Mathurin Massias, Alexandre Gramfort and Joseph Salmon, - "Dual Extrapolation for Faster Lasso Solvers", - ArXiv Preprint, 2018, https://arxiv.org/abs/1802.07481 +If you use this code, please cite: + +.. code-block:: None + + @InProceedings{pmlr-v80-massias18a, + title = {Celer: a Fast Solver for the Lasso with Dual Extrapolation}, + author = {Massias, Mathurin and Gramfort, Alexandre and Salmon, Joseph}, + booktitle = {Proceedings of the 35th International Conference on Machine Learning}, + pages = {3321--3330}, + year = {2018}, + volume = {80}, + } + + +ArXiv link: https://arxiv.org/abs/1802.07481 + +ICML link: http://proceedings.mlr.press/v80/massias18a.html API