Skip to content

Commit 644da64

Browse files
committed
spacing
1 parent 74f04aa commit 644da64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ est_groups = GroupLassoENetCV(groups).fit(X, y)
4949
# folded concave penalty, tuned with cross-validation
5050
# and initialized from the LassoCV solution
5151
# see (Fan et al. 2014) for details
52-
est_concave_cv = FcpLLACV(init=est_cv,
53-
pen_func='scad').fit(X, y)
52+
est_concave_cv = FcpLLACV(init=est_cv, pen_func='scad').fit(X, y)
5453
```
5554

5655
Se the [docs/](docs/) folder for additional examples in jupyter notebooks.

0 commit comments

Comments
 (0)