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 e81d152 commit 9d2bbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metalearners/tlearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def evaluate(
) -> dict[str, float]:
safe_scoring = self._scoring(scoring)


return _evaluate_model_kind(
cfes=self._nuisance_models[VARIANT_OUTCOME_MODEL],
Xs=[X[w == tv] for tv in range(self.n_variants)],
Expand All @@ -127,5 +126,5 @@ def evaluate(
model_kind=VARIANT_OUTCOME_MODEL,
is_oos=is_oos,
oos_method=oos_method,
is_treatment=False,
is_treatment_model=False,
)

0 comments on commit 9d2bbb9

Please sign in to comment.