Skip to content

Commit 6d44fa6

Browse files
committed
fix-1527-Fix-mlp-regressor-test-fixture-values (#1528)
* Create PR * Update MLP regressor values
1 parent 9209452 commit 6d44fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_pipeline/components/regression/test_mlp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class MLPComponentTest(BaseRegressionComponentTest):
2929
#
3030
# Seems there is a consistently different values for boston so:
3131
# * include two valuess for n_iter in 'boston_iterative_n_iter'
32-
# known-values = [236, 331]
32+
# known-values = [236, 331, 327]
3333
#
3434
# * decreased places from 6 -> 5 in 'default_boston_{sparse,_iterative_sparse}'
3535
# to check for for iterations and expanded the default places for checking
@@ -47,7 +47,7 @@ class MLPComponentTest(BaseRegressionComponentTest):
4747
res["default_boston"] = 0.2750079862455884
4848
res["default_boston_places"] = 1
4949
res["boston_n_calls"] = [8, 9]
50-
res["boston_iterative_n_iter"] = [236, 331]
50+
res["boston_iterative_n_iter"] = [236, 331, 327]
5151
res["default_boston_iterative"] = res["default_boston"]
5252
res["default_boston_iterative_places"] = 1
5353
res["default_boston_sparse"] = -0.10972947168054104

0 commit comments

Comments
 (0)