Skip to content

Commit 48b247c

Browse files
committed
remove shutdown
1 parent 1e0061e commit 48b247c

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def preprocess(self, data): # TODO: re-use self.le for explanations
7979
def _build_model(self) -> pd.DataFrame:
8080
import logging
8181

82-
from automlx import Pipeline, init, shutdown
82+
from automlx import Pipeline, init
8383

8484
full_data_dict = self.datasets.get_data_by_series()
8585

@@ -192,7 +192,6 @@ def _build_model(self) -> pd.DataFrame:
192192

193193
logger.debug("===========Forecast Generated===========")
194194

195-
shutdown()
196195
return self.forecast_output.get_forecast_long()
197196

198197
def _generate_report(self):

0 commit comments

Comments
 (0)