66=========
77``skglm ``
88=========
9- *— A fast and modular scikit-learn replacement for sparse GLMs — *
9+ *— A fast and modular scikit-learn replacement for regularized GLMs — *
1010
1111--------
1212
1313
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)
1515that are **100% compatible with ** ``scikit-learn ``. It is **highly flexible ** and supports a wide range of GLMs.
1616You get to choose from ``skglm ``'s already-made estimators or **customize your own ** by combining the available datafits and penalties.
1717
@@ -21,7 +21,7 @@ Get a hands-on glimpse on ``skglm`` through the :ref:`Getting started page <gett
2121Why ``skglm ``?
2222--------------
2323
24- ``skglm `` is specifically conceived to solve sparse GLMs.
24+ ``skglm `` is specifically conceived to solve regularized GLMs.
2525It supports many missing models in ``scikit-learn `` and ensures high performance.
2626
2727There 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:
5757 With ``skglm `` being installed, Get the first steps with the package via the :ref: `Getting started section <getting_started >`.
5858Other advanced topics and uses-cases are covered in :ref: `Tutorials <tutorials >`.
5959
60- .. note ::
61-
62- - Currently, ``skglm `` is unavailable on Conda but will be released very soon...
63-
6460
6561Cite
6662----
@@ -77,6 +73,7 @@ You are free to use it and if you do so, please cite
7773 and G. Gidel and M. Massias},
7874 booktitle = {NeurIPS},
7975 year = {2022},
76+ }
8077
8178
8279.. 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
9390 api.rst
9491 contribute.rst
9592 changes/whats_new.rst
96-
0 commit comments