Skip to content

Commit

Permalink
Request missing output for random process auc
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-ragonnet committed Sep 1, 2023
1 parent 9ce264f commit d1adfa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autumn/projects/sm_covid2/common_school/runner_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def run_full_runs(sampled_df, iso3, analysis):

output_names=[
"infection_deaths_ma7", "prop_ever_infected_age_matched", "prop_ever_infected", "cumulative_incidence",
"cumulative_infection_deaths", "hospital_occupancy", 'peak_hospital_occupancy', 'student_weeks_missed', "transformed_random_process"
"cumulative_infection_deaths", "hospital_occupancy", 'peak_hospital_occupancy', 'student_weeks_missed',
"transformed_random_process", "random_process_auc"
]

project = get_school_project(iso3, analysis)
Expand Down

0 comments on commit d1adfa3

Please sign in to comment.