Skip to content

Commit a979c97

Browse files
authored
Update ml_forecast.py
1 parent 78784c8 commit a979c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _train_model(self, data_train, data_test, model_kwargs):
6161
"verbosity": -1,
6262
"num_leaves": 512,
6363
}
64-
additional_data_params = dict()
64+
additional_data_params = {}
6565
if len(self.datasets.get_additional_data_column_names()) > 0:
6666
additional_data_params = {
6767
"target_transforms": [Differences([12])],

0 commit comments

Comments
 (0)