Skip to content

Commit

Permalink
black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Jun 10, 2024
1 parent 2b8143f commit 16754f6
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 212 deletions.
7 changes: 4 additions & 3 deletions src/sasctl/_services/model_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,10 @@ def create_model(

model["scoreCodeType"] = score_code_type or model.get("scoreCodeType")
model["trainTable"] = training_table or model.get("trainTable")
model["classificationEventProbabilityVariableName"] = (
event_prob_variable
or model.get("classificationEventProbabilityVariableName")
model[
"classificationEventProbabilityVariableName"
] = event_prob_variable or model.get(
"classificationEventProbabilityVariableName"
)
model["classificationTargetEventValue"] = event_target_value or model.get(
"classificationTargetEventValue"
Expand Down
Loading

0 comments on commit 16754f6

Please sign in to comment.