Skip to content

Commit 31dd70e

Browse files
committed
remove model ask in setup
1 parent 9eb66d4 commit 31dd70e

File tree

2 files changed

+8
-208
lines changed

2 files changed

+8
-208
lines changed

ads/opctl/operator/lowcode/forecast/cmd.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ def init(**kwargs: Dict) -> str:
3232
str
3333
The YAML specification generated based on the schema.
3434
"""
35-
logger.info("==== Forecasting related options ====")
36-
37-
model_type = click.prompt(
38-
"Provide a model type:",
39-
type=click.Choice(SupportedModels.values()),
40-
default=SupportedModels.Auto,
41-
)
35+
# logger.info("==== Forecasting related options ====")
36+
37+
# model_type = click.prompt(
38+
# "Provide a model type:",
39+
# type=click.Choice(SupportedModels.values()),
40+
# default=SupportedModels.Auto,
41+
# )
42+
model_type = "auto"
4243

4344
return YamlGenerator(
4445
schema=_load_yaml_from_uri(__file__.replace("cmd.py", "schema.yaml"))

tests/operators/anomaly/test_anomaly_extensive.py

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)