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 dc946dc commit ba895a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metalearners/rlearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def evaluate(
model_kind=PROPENSITY_MODEL,
is_oos=is_oos,
oos_method=oos_method,
is_treatment=False,
is_treatment_model=False,
)

outcome_evaluation = _evaluate_model_kind(
Expand All @@ -360,7 +360,7 @@ def evaluate(
model_kind=OUTCOME_MODEL,
is_oos=is_oos,
oos_method=oos_method,
is_treatment=False,
is_treatment_model=False,
)

# TODO: improve this? generalize it to other metalearners?
Expand Down

0 comments on commit ba895a3

Please sign in to comment.