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 5242f1d commit 577cb23Copy full SHA for 577cb23
ads/opctl/operator/lowcode/forecast/model/arima.py
@@ -31,7 +31,6 @@ def __init__(self, config: ForecastOperatorConfig, datasets: ForecastDatasets):
31
self.formatted_local_explanation = None
32
33
def _train_model(self, i, target, df):
34
- # TODO : wrap it in try except and populate a errors_dict with the model name and the error
35
"""Trains the ARIMA model for a given target.
36
37
Parameters
0 commit comments