Skip to content

Commit

Permalink
Swap argument order for _binary_target so that h2o is not always True
Browse files Browse the repository at this point in the history
  • Loading branch information
smlindauer committed Oct 23, 2023
1 parent a511e09 commit cb4975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sasctl/pzmm/write_score_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -1275,8 +1275,8 @@ def _binary_target(
target_values: List[str],
returns: List[Any],
threshold: Optional[float] = None,
h2o_model: Optional[bool] = None,
target_index: Optional[int] = 1,
h2o_model: Optional[bool] = None,
) -> None:
"""
Handle binary model prediction outputs.
Expand Down

0 comments on commit cb4975b

Please sign in to comment.