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