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 78784c8 commit a979c97Copy full SHA for a979c97
ads/opctl/operator/lowcode/forecast/model/ml_forecast.py
@@ -61,7 +61,7 @@ def _train_model(self, data_train, data_test, model_kwargs):
61
"verbosity": -1,
62
"num_leaves": 512,
63
}
64
- additional_data_params = dict()
+ additional_data_params = {}
65
if len(self.datasets.get_additional_data_column_names()) > 0:
66
additional_data_params = {
67
"target_transforms": [Differences([12])],
0 commit comments