Skip to content

Commit f9056f7

Browse files
Volodymyr OrlovVolodymyr Orlov
authored andcommitted
lasso: minor change in unit test
1 parent 583284e commit f9056f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linear/lasso.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ mod tests {
447447
&y,
448448
LassoParameters {
449449
alpha: 0.1,
450-
normalize: false,
450+
normalize: true,
451451
tol: 1e-4,
452452
max_iter: 1000,
453453
},

0 commit comments

Comments
 (0)