Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC authored Jun 24, 2024
1 parent d76dc74 commit 05787f9
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 @@ -158,7 +158,7 @@ def _evaluate_model_kind(
scorer_name = f"custom_scorer_{idx}"
scorer_callable = scorer
for i, cfe in enumerate(cfes):
if is_treatment:
if is_treatment_model:
treatment_variant = i + 1
index_str = f"{treatment_variant}_vs_0_"
else:
Expand Down

0 comments on commit 05787f9

Please sign in to comment.