Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Mar 8, 2024
1 parent 9aa3c72 commit cbc24fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoemulate/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def compare(self):
fitted_model, cv_results = _run_cv(
X=self.X[self.train_idxs],
y=self.y[self.train_idxs],
cv=self.crposs_validator,
cv=self.cross_validator,
model=self.models[i],
metrics=self.metrics,
n_jobs=self.n_jobs,
Expand Down
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbc24fb

Please sign in to comment.