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 62b2d5b commit d1bda3eCopy full SHA for d1bda3e
ads/opctl/operator/lowcode/forecast/model/factory.py
@@ -72,7 +72,7 @@ def get_model(
72
and operator_config.spec.explanations_accuracy_mode
73
== SpeedAccuracyMode.FAST_APPROXIMATE
74
):
75
- operator_config.spec.explanations_accuracy_mode = "AUTOMLX"
+ operator_config.spec.explanations_accuracy_mode = SpeedAccuracyMode.AUTOMLX
76
if model_type not in cls._MAP:
77
raise UnSupportedModelError(model_type)
78
return cls._MAP[model_type](config=operator_config, datasets=datasets)
0 commit comments