File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ def test_pandas_to_historical(model):
179
179
yaml_i ["spec" ]["datetime_column" ]["name" ] = DATETIME_COL
180
180
yaml_i ["spec" ]["horizon" ] = PERIODS
181
181
yaml_i ["spec" ]["output_directory" ]["url" ] = output_data_path
182
+ if model == "automlx" :
183
+ yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 2 }
182
184
operator_config = ForecastOperatorConfig .from_dict (yaml_i )
183
185
forecast_operate (operator_config )
184
186
check_output_for_errors (output_data_path )
@@ -201,6 +203,8 @@ def test_pandas_to_historical_test(model):
201
203
yaml_i ["spec" ]["datetime_column" ]["name" ] = DATETIME_COL
202
204
yaml_i ["spec" ]["horizon" ] = PERIODS
203
205
yaml_i ["spec" ]["output_directory" ]["url" ] = output_data_path
206
+ if model == "automlx" :
207
+ yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 2 }
204
208
operator_config = ForecastOperatorConfig .from_dict (yaml_i )
205
209
forecast_operate (operator_config )
206
210
check_output_for_errors (output_data_path )
You can’t perform that action at this time.
0 commit comments