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 013e485 commit e3665a9Copy full SHA for e3665a9
ads/opctl/operator/lowcode/forecast/model/factory.py
@@ -13,6 +13,7 @@
13
from .neuralprophet import NeuralProphetOperatorModel
14
from .prophet import ProphetOperatorModel
15
from .forecast_datasets import ForecastDatasets
16
+from .ml_forecast import MLForecastOperatorModel
17
18
class UnSupportedModelError(Exception):
19
def __init__(self, model_type: str):
tests/operators/forecast/test_errors.py
@@ -226,7 +226,7 @@ def populate_yaml(
226
227
def run_operator(
228
tmpdirname=None,
229
- model="auto",
+ model="auto-select",
230
historical_data_path=None,
231
additional_data_path=None,
232
test_data_path=None,
0 commit comments