Skip to content

Commit 96ac6c8

Browse files
authored
fix README typo (#222)
1 parent f7fa260 commit 96ac6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fast algorithm to solve Lasso-like problems with dual extrapolation. Currently,
99
- weighted Lasso
1010
- Sparse Logistic regression
1111
- Group Lasso
12-
- Multitask Lasso.
12+
- Multitask Lasso
1313

1414
The estimators follow the scikit-learn API, come with automated parallel cross-validation, and support both sparse and dense data, with optionally feature centering, normalization, and unpenalized intercept fitting.
1515
The solvers used allow for solving large scale problems with millions of features, up to 100 times faster than scikit-learn.

0 commit comments

Comments
 (0)