Skip to content

Commit cb4975b

Browse files
committed
Swap argument order for _binary_target so that h2o is not always True
1 parent a511e09 commit cb4975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/write_score_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,8 +1275,8 @@ def _binary_target(
12751275
target_values: List[str],
12761276
returns: List[Any],
12771277
threshold: Optional[float] = None,
1278-
h2o_model: Optional[bool] = None,
12791278
target_index: Optional[int] = 1,
1279+
h2o_model: Optional[bool] = None,
12801280
) -> None:
12811281
"""
12821282
Handle binary model prediction outputs.

0 commit comments

Comments
 (0)