Skip to content

Commit 47293b9

Browse files
committed
disable automlx for now
1 parent 6060e6c commit 47293b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ads/opctl/operator/lowcode/forecast/model/base_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ def generate_report(self):
282282
+ train_metrics_sections
283283
+ [yaml_appendix_title, yaml_appendix]
284284
)
285-
print(f"report_sections: {report_sections}")
286285

287286
# save the report and result CSV
288287
self._save_report(

tests/operators/forecast/test_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
MODELS = [
5050
"arima",
51-
"automlx",
51+
# "automlx",
5252
"prophet",
5353
"neuralprophet",
5454
"autots",

0 commit comments

Comments
 (0)