File tree Expand file tree Collapse file tree 2 files changed +8
-208
lines changed
ads/opctl/operator/lowcode/forecast Expand file tree Collapse file tree 2 files changed +8
-208
lines changed Original file line number Diff line number Diff 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" ))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments