Skip to content

Commit

Permalink
Minor Type Annotation Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Theologitis <[email protected]>
  • Loading branch information
ntheol committed Oct 17, 2024
1 parent 4026523 commit 3f4c854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def fit(
min_cost_eff_thres__effectiveness_threshold: Optional[float] = None,
min_cost_eff_thres_combinations__num_min_cost: Optional[int] = None,
eff_thres_hybrid__max_n_actions_full_combinations: Optional[int] = None,
) -> "IterativeMerges":
) -> "C_GLANCE":
"""
Fits the clustering and counterfactual generation model to the provided dataset.
Expand Down

0 comments on commit 3f4c854

Please sign in to comment.