Skip to content

Commit 577cb23

Browse files
committed
removed completed todo
1 parent 5242f1d commit 577cb23

File tree

1 file changed

+0
-1
lines changed
  • ads/opctl/operator/lowcode/forecast/model

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def __init__(self, config: ForecastOperatorConfig, datasets: ForecastDatasets):
3131
self.formatted_local_explanation = None
3232

3333
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
3534
"""Trains the ARIMA model for a given target.
3635
3736
Parameters

0 commit comments

Comments
 (0)