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 1e0061e commit 48b247cCopy full SHA for 48b247c
ads/opctl/operator/lowcode/forecast/model/automlx.py
@@ -79,7 +79,7 @@ def preprocess(self, data): # TODO: re-use self.le for explanations
79
def _build_model(self) -> pd.DataFrame:
80
import logging
81
82
- from automlx import Pipeline, init, shutdown
+ from automlx import Pipeline, init
83
84
full_data_dict = self.datasets.get_data_by_series()
85
@@ -192,7 +192,6 @@ def _build_model(self) -> pd.DataFrame:
192
193
logger.debug("===========Forecast Generated===========")
194
195
- shutdown()
196
return self.forecast_output.get_forecast_long()
197
198
def _generate_report(self):
0 commit comments