Skip to content

Commit

Permalink
Update metalearners/xlearner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Loeffler <[email protected]>
  • Loading branch information
kklein and MatthiasLoefflerQC authored Aug 16, 2024
1 parent c8dd77e commit 6803096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metalearners/xlearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def predict_conditional_average_outcomes(
X=X,
model_kind=VARIANT_OUTCOME_MODEL,
model_ord=tv,
is_oos=True,
is_oos=is_oos,
oos_method=oos_method,
)
)
Expand Down

0 comments on commit 6803096

Please sign in to comment.