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 f421917 commit 3d1b0c5Copy full SHA for 3d1b0c5
src/sasctl/_services/model_repository.py
@@ -359,10 +359,9 @@ def create_model(
359
360
model["scoreCodeType"] = score_code_type or model.get("scoreCodeType")
361
model["trainTable"] = training_table or model.get("trainTable")
362
- model[
363
- "classificationEventProbabilityVariableName"
364
- ] = event_prob_variable or model.get(
365
+ model["classificationEventProbabilityVariableName"] = (
+ event_prob_variable
+ or model.get("classificationEventProbabilityVariableName")
366
)
367
model["classificationTargetEventValue"] = event_target_value or model.get(
368
"classificationTargetEventValue"
0 commit comments