File tree 1 file changed +2
-2
lines changed
test/test_pipeline/components/regression
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class MLPComponentTest(BaseRegressionComponentTest):
29
29
#
30
30
# Seems there is a consistently different values for boston so:
31
31
# * include two valuess for n_iter in 'boston_iterative_n_iter'
32
- # known-values = [236, 331]
32
+ # known-values = [236, 331, 327 ]
33
33
#
34
34
# * decreased places from 6 -> 5 in 'default_boston_{sparse,_iterative_sparse}'
35
35
# to check for for iterations and expanded the default places for checking
@@ -47,7 +47,7 @@ class MLPComponentTest(BaseRegressionComponentTest):
47
47
res ["default_boston" ] = 0.2750079862455884
48
48
res ["default_boston_places" ] = 1
49
49
res ["boston_n_calls" ] = [8 , 9 ]
50
- res ["boston_iterative_n_iter" ] = [236 , 331 ]
50
+ res ["boston_iterative_n_iter" ] = [236 , 331 , 327 ]
51
51
res ["default_boston_iterative" ] = res ["default_boston" ]
52
52
res ["default_boston_iterative_places" ] = 1
53
53
res ["default_boston_sparse" ] = - 0.10972947168054104
You can’t perform that action at this time.
0 commit comments