We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ae7c9 commit 765d2deCopy full SHA for 765d2de
tests/operators/forecast/test_datasets.py
@@ -68,7 +68,8 @@
68
69
for dataset_i in DATASETS_LIST: # + [DATASETS_LIST[-2]]
70
for model in MODELS:
71
- parameters_short.append((model, dataset_i))
+ if model != "automlx" and dataset_i != f"{DATASET_PREFIX}dataset3.csv":
72
+ parameters_short.append((model, dataset_i))
73
74
75
def verify_explanations(tmpdirname, additional_cols):
0 commit comments