File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def test_load_datasets(model, dataset_name):
165
165
if model == "autots" :
166
166
yaml_i ["spec" ]["model_kwargs" ] = {"model_list" : "superfast" }
167
167
if model == "automlx" :
168
- yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 1 }
168
+ yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 50 }
169
169
170
170
forecast_yaml_filename = f"{ tmpdirname } /forecast.yaml"
171
171
# with open(f"{tmpdirname}/forecast.yaml", "w") as f:
@@ -218,7 +218,7 @@ def run_operator(
218
218
if model == "autots" :
219
219
yaml_i ["spec" ]["model_kwargs" ] = {"model_list" : "superfast" }
220
220
if model == "automlx" :
221
- yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 1 }
221
+ yaml_i ["spec" ]["model_kwargs" ] = {"time_budget" : 50 }
222
222
223
223
forecast_yaml_filename = f"{ tmpdirname } /forecast.yaml"
224
224
with open (f"{ tmpdirname } /forecast.yaml" , "w" ) as f :
You can’t perform that action at this time.
0 commit comments