Skip to content

Commit

Permalink
Set default option for classification method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmu T committed Mar 15, 2024
1 parent 60dd809 commit 609dff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eis_toolkit/prediction/weights_of_evidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def generalize_weights_cumulative(
df: pd.DataFrame,
classification_method: Literal[
"manual", "max_contrast", "max_contrast_if_feasible", "max_feasible_contrast", "max_studentized_contrast"
],
] = "max_contrast_if_feasible",
manual_cutoff_index: Optional[Number] = None,
studentized_contrast_threshold: Optional[Number] = 1,
) -> pd.DataFrame:
Expand Down

0 comments on commit 609dff0

Please sign in to comment.