|
4 | 4 | |image0|
|
5 | 5 |
|
6 | 6 |
|
7 |
| -``skglm`` is a library that provide better sparse generalized linear models for scikit-learn. |
| 7 | +``skglm`` is a library that provides better sparse generalized linear models for scikit-learn. |
8 | 8 | Its main features are:
|
9 | 9 |
|
10 |
| -- **speed**: problems with millions of features can be solved in seconds. Default solvers rely on efficient coordinate descent with numba just in time compilation. |
| 10 | +- **speed**: problems with millions of features can be solved in seconds. Default solvers rely on efficient coordinate descent with Numba just in time compilation. |
11 | 11 | - **flexibility**: virtually any combination of datafit and penalty can be implemented in a few lines of code.
|
12 |
| -- **sklearn API**: all estimators are drop-in replacements for scikit-learn. |
13 |
| -- **scope**: support for many missing models in scikit-learn - weighted Lasso, arbitrary group penalties, non convex sparse penalties, etc. |
| 12 | +- **scikit-learn API**: all estimators are drop-in replacements for scikit-learn. |
| 13 | +- **scope**: support for many missing models in scikit-learn - weighted Lasso, arbitrary group penalties, non-convex sparse penalties, etc. |
14 | 14 |
|
15 | 15 |
|
16 | 16 | Currently, the package handles any combination of the following datafits:
|
@@ -63,8 +63,8 @@ Demos & Examples
|
63 | 63 | ================
|
64 | 64 |
|
65 | 65 | In the `example section <https://mathurinm.github.io/skglm/auto_examples/index.html>`__ of the documentation,
|
66 |
| -you will find numerous examples on real life datasets, |
67 |
| -timing comparison with other estimators, easy and fast ways to perform cross validation, etc. |
| 66 | +you will find numerous examples on real-life datasets, |
| 67 | +timing comparison with other estimators, easy and fast ways to perform cross-validation, etc. |
68 | 68 |
|
69 | 69 |
|
70 | 70 | Dependencies
|
|
0 commit comments