Skip to content

Commit 13cc69b

Browse files
move cite up on landing page and add jmlr paper
1 parent 33fd98f commit 13cc69b

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

doc/index.rst

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@ You get to choose from ``skglm``'s already-made estimators or **customize your o
1818
Get a hands-on glimpse on ``skglm`` through the :ref:`Getting started page <getting_started>`.
1919

2020

21+
Cite
22+
----
23+
24+
``skglm`` is the result of perseverant research. It is licensed under
25+
`BSD 3-Clause <https://github.com/scikit-learn-contrib/skglm/blob/main/LICENSE>`_.
26+
You are free to use it and if you do so, please cite
27+
28+
.. code-block:: bibtex
29+
30+
@inproceedings{skglm,
31+
title = {Beyond L1: Faster and better sparse models with skglm},
32+
author = {Q. Bertrand and Q. Klopfenstein and P.-A. Bannier
33+
and G. Gidel and M. Massias},
34+
booktitle = {NeurIPS},
35+
year = {2022},
36+
}
37+
38+
@article{moufad2023skglm,
39+
title={skglm: improving scikit-learn for regularized Generalized Linear Models},
40+
author={Moufad, Badr and Bannier, Pierre-Antoine and Bertrand, Quentin and Klopfenstein, Quentin and Massias, Mathurin},
41+
year={2023}
42+
}
43+
44+
2145
Why ``skglm``?
2246
--------------
2347

@@ -57,25 +81,6 @@ It is also available on conda-forge and can be installed using, for instance:
5781
With ``skglm`` being installed, Get the first steps with the package via the :ref:`Getting started section <getting_started>`.
5882
Other advanced topics and uses-cases are covered in :ref:`Tutorials <tutorials>`.
5983

60-
61-
Cite
62-
----
63-
64-
``skglm`` is the result of perseverant research. It is licensed under
65-
`BSD 3-Clause <https://github.com/scikit-learn-contrib/skglm/blob/main/LICENSE>`_.
66-
You are free to use it and if you do so, please cite
67-
68-
.. code-block:: bibtex
69-
70-
@inproceedings{skglm,
71-
title = {Beyond L1: Faster and better sparse models with skglm},
72-
author = {Q. Bertrand and Q. Klopfenstein and P.-A. Bannier
73-
and G. Gidel and M. Massias},
74-
booktitle = {NeurIPS},
75-
year = {2022},
76-
}
77-
78-
7984
.. it is mandatory to keep the toctree here although it doesn't show up in the page
8085
.. when adding/modifying pages, don't forget to update the toctree
8186

0 commit comments

Comments
 (0)