We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24067be commit a511be4Copy full SHA for a511be4
ch07/boston_cv_penalized.py
@@ -19,6 +19,7 @@
19
20
for name, met in [
21
('linear regression', LinearRegression()),
22
+ ('lasso()', Lasso()),
23
('elastic-net(.5)', ElasticNet(alpha=0.5)),
24
('lasso(.5)', Lasso(alpha=0.5)),
25
('ridge(.5)', Ridge(alpha=0.5)),
0 commit comments