Skip to content

Commit

Permalink
Changed regularisation strength
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvem committed Jul 31, 2020
1 parent d422112 commit 67d6f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_group_lasso_pipeline.py
Expand Up @@ -83,7 +83,7 @@
"variable_selection",
GroupLasso(
groups=groups,
group_reg=20,
group_reg=5,
l1_reg=0,
scale_reg="inverse_group_size",
subsampling_scheme=1,
Expand Down

0 comments on commit 67d6f52

Please sign in to comment.