8000 Merge pull request #1 from agramfort/posCoeff · larsmans/scikit-learn@3613180 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 3613180

Browse files
committed
Merge pull request #1 from agramfort/posCoeff
Pos coeff
2 parents b7b7b62 + 1926152 commit 3613180

File tree

3 files changed

+1608
-1222
lines changed

3 files changed

+1608
-1222
lines changed

examples/linear_model/plot_lasso_coordinate_descent_path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
pl.figure(3)
8383
ax = pl.gca()
8484
ax.set_color_cycle(2 * ['b', 'r', 'g', 'c', 'k'])
85-
l1 = pl.plot(coefs_enet, linestyle='--')
86-
l2 = pl.plot(coefs_positive_enet)
85+
l1 = pl.plot(coefs_enet)
86+
l2 = pl.plot(coefs_positive_enet, linestyle='--')
8787

8888
pl.xlabel('-Log(lambda)')
8989
pl.ylabel('weights')

0 commit comments

Comments
 (0)
0