6
6
=========
7
7
``skglm ``
8
8
=========
9
- *— A fast and modular scikit-learn replacement for sparse GLMs — *
9
+ *— A fast and modular scikit-learn replacement for regularized GLMs — *
10
10
11
11
--------
12
12
13
13
14
- ``skglm `` is a Python package that offers **fast estimators ** for sparse Generalized Linear Models (GLMs)
14
+ ``skglm `` is a Python package that offers **fast estimators ** for regularized Generalized Linear Models (GLMs)
15
15
that are **100% compatible with ** ``scikit-learn ``. It is **highly flexible ** and supports a wide range of GLMs.
16
16
You get to choose from ``skglm ``'s already-made estimators or **customize your own ** by combining the available datafits and penalties.
17
17
@@ -21,7 +21,7 @@ Get a hands-on glimpse on ``skglm`` through the :ref:`Getting started page <gett
21
21
Why ``skglm ``?
22
22
--------------
23
23
24
- ``skglm `` is specifically conceived to solve sparse GLMs.
24
+ ``skglm `` is specifically conceived to solve regularized GLMs.
25
25
It supports many missing models in ``scikit-learn `` and ensures high performance.
26
26
27
27
There are several reasons to opt for ``skglm `` among which:
@@ -57,10 +57,6 @@ It is also available on conda-forge and can be installed using, for instance:
57
57
With ``skglm `` being installed, Get the first steps with the package via the :ref: `Getting started section <getting_started >`.
58
58
Other advanced topics and uses-cases are covered in :ref: `Tutorials <tutorials >`.
59
59
60
- .. note ::
61
-
62
- - Currently, ``skglm `` is unavailable on Conda but will be released very soon...
63
-
64
60
65
61
Cite
66
62
----
@@ -77,6 +73,7 @@ You are free to use it and if you do so, please cite
77
73
and G. Gidel and M. Massias},
78
74
booktitle = {NeurIPS},
79
75
year = {2022},
76
+ }
80
77
81
78
82
79
.. it is mandatory to keep the toctree here although it doesn't show up in the page
@@ -93,4 +90,3 @@ You are free to use it and if you do so, please cite
93
90
api.rst
94
91
contribute.rst
95
92
changes/whats_new.rst
96
-
0 commit comments