You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue may fall by the wayside if we end up storing truth data on Zoltar, but at the moment truth data are stored in files with names that have to be matched to the target variables (e.g., "Incident cases" for "inc case"; "incident hospitalizations" for "inc hosp" etc.). It would be good to come up with a more error-proof system, e.g. either have the target variable itself in the file name or give files arbitrary file names and store the target variable in a column in the csv files (which would also allow multiple target variables per file). Either solution would then require changes in covidHubUtils::load_truth.
The text was updated successfully, but these errors were encountered:
This issue may fall by the wayside if we end up storing truth data on Zoltar, but at the moment truth data are stored in files with names that have to be matched to the target variables (e.g., "Incident cases" for "inc case"; "incident hospitalizations" for "inc hosp" etc.). It would be good to come up with a more error-proof system, e.g. either have the target variable itself in the file name or give files arbitrary file names and store the target variable in a column in the csv files (which would also allow multiple target variables per file). Either solution would then require changes in
covidHubUtils::load_truth
.The text was updated successfully, but these errors were encountered: