Skip to content

Commit d1bda3e

Browse files
committed
update
1 parent 62b2d5b commit d1bda3e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_model(
7272
and operator_config.spec.explanations_accuracy_mode
7373
== SpeedAccuracyMode.FAST_APPROXIMATE
7474
):
75-
operator_config.spec.explanations_accuracy_mode = "AUTOMLX"
75+
operator_config.spec.explanations_accuracy_mode = SpeedAccuracyMode.AUTOMLX
7676
if model_type not in cls._MAP:
7777
raise UnSupportedModelError(model_type)
7878
return cls._MAP[model_type](config=operator_config, datasets=datasets)

0 commit comments

Comments
 (0)