lasso: minor change in unit test

This commit is contained in:
Volodymyr Orlov
2020-11-24 19:21:27 -08:00
parent 583284e66f
commit f9056f716a
+1 -1
View File
@@ -447,7 +447,7 @@ mod tests {
&y, &y,
LassoParameters { LassoParameters {
alpha: 0.1, alpha: 0.1,
normalize: false, normalize: true,
tol: 1e-4, tol: 1e-4,
max_iter: 1000, max_iter: 1000,
}, },