Skip to content

Commit

Permalink
Update metalearners/metalearner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jun 24, 2024
1 parent 5f0987f commit d76dc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _evaluate_model_kind(
scorers: Sequence[str | Callable],
model_kind: str,
is_oos: bool,
is_treatment: bool,
is_treatment_model: bool,
oos_method: OosMethod = OVERALL,
) -> dict[str, float]:
"""Helper function to evaluate all the models of the same model kind."""
Expand Down

0 comments on commit d76dc74

Please sign in to comment.