Skip to content

Commit

Permalink
correct icml version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mathurinm committed Sep 11, 2018
1 parent 1b8f8f8 commit 06f0d28
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions celer/dropin_sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
20 changes: 17 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06f0d28

Please sign in to comment.