Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Quantco/metalearners into prepare_r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
kklein committed Aug 7, 2024
2 parents 949c769 + 1c4f019 commit fc767a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metalearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def fit_all_treatment(
def predict(self, X, is_oos, oos_method=None):
return np.zeros((len(X), self.n_variants - 1, 1))

def evaluate(self, X, y, w, is_oos, oos_method=None):
def evaluate(self, X, y, w, is_oos, oos_method=None, scoring=None):
return {}

def predict_conditional_average_outcomes(self, X, is_oos, oos_method=None):
Expand Down

0 comments on commit fc767a2

Please sign in to comment.