Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update round, team, and model parsing in model-output transform function #2

Closed
1 task done
bsweger opened this issue Apr 17, 2024 · 0 comments · Fixed by #8
Closed
1 task done

Update round, team, and model parsing in model-output transform function #2

bsweger opened this issue Apr 17, 2024 · 0 comments · Fixed by #8
Assignees

Comments

@bsweger
Copy link
Collaborator

bsweger commented Apr 17, 2024

[2024-05-03: updated ticket based on recent convos/decisions that emerged from @lmullany's work to convert the archived FluSight hub to Hubverse format: model-id = model name + team name and is round-id required to be in yyyy-mm-dd format.]

Background
The first iteration of the hubverse-transform function copied logic from the Hubverse validation function to get round_id, model name, and team name.

However, the ongoing work to convert archived hub data to Hubverse format resulted in some good conversations about these data, so hubverse-transform needs to be updated to reflect the resulting decisions.

Required work
Update the hubverse_transforms module to add 2 columns to incoming model-output files instead of 3 (model_id and round_id instead of model_name, team_name, and round_id).

Definition of done

  • hubverse_transforms adds two columns to incoming model-output files submitted via cloud-based hubs: model_id and round_id

Note: Until we make a decision otherwise, this code will continue to assume that hub round_ids are in YYYY-MM-DD format). Our first big test of the transforms will be on the incoming FluSight archives, and those model-output files use YYYY-MM-DD, so we're good for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant