You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +20,24 @@ You get to choose from ``skglm``'s already-made estimators or **customize your o
19
20
20
21
Excited to have a tour on ``skglm``[documentation](https://contrib.scikit-learn.org/skglm/)?
21
22
23
+
# Cite
24
+
25
+
``skglm`` is the result of perseverant research. It is licensed under [BSD 3-Clause](https://github.com/scikit-learn-contrib/skglm/blob/main/LICENSE). You are free to use it and if you do so, please cite
26
+
27
+
```bibtex
28
+
@inproceedings{skglm,
29
+
title = {Beyond L1: Faster and better sparse models with skglm},
30
+
author = {Q. Bertrand and Q. Klopfenstein and P.-A. Bannier and G. Gidel and M. Massias},
31
+
booktitle = {NeurIPS},
32
+
year = {2022},
33
+
}
34
+
35
+
@article{moufad2023skglm,
36
+
title={skglm: improving scikit-learn for regularized Generalized Linear Models},
37
+
author={Moufad, Badr and Bannier, Pierre-Antoine and Bertrand, Quentin and Klopfenstein, Quentin and Massias, Mathurin},
38
+
year={2023}
39
+
}
40
+
```
22
41
23
42
# Why ``skglm``?
24
43
@@ -108,18 +127,7 @@ You can also take our tutorial to learn how to create your own datafit and penal
108
127
-**pull request**: you may have fixed a bug, added a features, or even fixed a small typo in the documentation, ... you can submit a [pull request](https://github.com/scikit-learn-contrib/skglm/pulls) and we will reach out to you asap.
109
128
110
129
111
-
# Cite
112
130
113
-
``skglm`` is the result of perseverant research. It is licensed under [BSD 3-Clause](https://github.com/scikit-learn-contrib/skglm/blob/main/LICENSE). You are free to use it and if you do so, please cite
114
-
115
-
```bibtex
116
-
@inproceedings{skglm,
117
-
title = {Beyond L1: Faster and better sparse models with skglm},
118
-
author = {Q. Bertrand and Q. Klopfenstein and P.-A. Bannier and G. Gidel and M. Massias},
0 commit comments