Skip to content

Commit 8e23318

Browse files
committed
configure tests
1 parent 2e3b681 commit 8e23318

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
@@ -154,7 +154,7 @@ def _train_model(self, data_train, data_test, model_kwargs):
154154
)
155155

156156
self.model_parameters[s_id] = {
157-
"framework": SupportedModels.MLForecast,
157+
"framework": SupportedModels.LGBForecast,
158158
**lgb_params,
159159
}
160160

0 commit comments

Comments
 (0)