Skip to content

Commit 23a352e

Browse files
committed
Updated values for ubuntu 20.04
1 parent 49988e5 commit 23a352e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/test_pipeline/components/regression/test_sgd.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ class SGDComponentTest(BaseRegressionComponentTest):
1010
# Values are extremely bad because the invscaling does not drop the
1111
# learning rate aggressively enough!
1212
res = dict()
13-
res["default_boston"] = -1.1406255966671184e+28
13+
res["default_boston"] = -3.7203740888187194e+28
1414
res["boston_n_calls"] = 6
15-
res["default_boston_iterative"] = -1.1406255966671184e+28
16-
res["default_boston_sparse"] = -2.5492867904339725e+28
17-
res["default_boston_iterative_sparse"] = -2.5492867904339725e+28
15+
res["default_boston_iterative"] = -3.7203740888187194e+28
16+
res["default_boston_sparse"] = -2.5490406459756767e+28
17+
res["default_boston_iterative_sparse"] = -2.5490406459756767e+28
1818
res["default_diabetes"] = 0.2731178369559112
1919
res["diabetes_n_calls"] = 10
2020
res["default_diabetes_iterative"] = 0.2731178369559112

0 commit comments

Comments
 (0)