Skip to content

Commit 231855d

Browse files
authored
Fix README typos (#5)
1 parent 2167ea2 commit 231855d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ skglm
44
|image0|
55

66

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.
88
Its main features are:
99

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.
1111
- **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.
1414

1515

1616
Currently, the package handles any combination of the following datafits:
@@ -63,8 +63,8 @@ Demos & Examples
6363
================
6464

6565
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.
6868

6969

7070
Dependencies

0 commit comments

Comments
 (0)