Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Feb 22, 2023
1 parent 5437e0c commit b4c318c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpol/crossval.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def run_crossval(self, dataset):

loss, loss_history = trainer.train(self.model, train_set)
if self._store_cv_diagnostics:
self._cv_diagnostics["loss_histories"].append(loss_history)
self._diagnostics["loss_histories"].append(loss_history)
all_scores.append(trainer.test(self.model, test_set))

# average individual test scores to get the cross-val metric for chosen
Expand Down

0 comments on commit b4c318c

Please sign in to comment.