Skip to content

Commit

Permalink
fix: rewind eval split args
Browse files Browse the repository at this point in the history
  • Loading branch information
bokajgd committed Apr 10, 2024
1 parent 1c4f2f4 commit 963190f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def get_best_eval_pipeline() -> ForcedAdmissionInpatientPipelineRun:
return test_selected_model_pipeline(
pipeline_to_test=get_best_dev_pipeline(),
splits_for_training=["train"],
splits_for_evaluation=["test"], # add with_washout if eval on cohort with washout
splits_for_evaluation=["val"], # add with_washout if eval on cohort with washout
)

0 comments on commit 963190f

Please sign in to comment.