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

Correct description of required model-output subdirectory structure #116

Closed
annakrystalli opened this issue May 1, 2024 · 2 comments
Closed
Assignees

Comments

@annakrystalli
Copy link
Contributor

Currently the documentation on the expected model-output subdirectory structure on page /user-guide/model-output.html is incorrect

It show the required structure to erroneously be:

team1-modela
   <round-id1>.csv (or parquet, etc)
   <round-id2>.csv (or parquet, etc)
team1-modelb
   <round-id1>.csv (or parquet, etc)
team2-modela
   <round-id1>.csv (or parquet, etc)

when it should be:

team1-modela
   <round-id1>-<model_id>.csv (or parquet, etc)
   <round-id2>-<model_id>.csv (or parquet, etc)
team1-modelb
   <round-id1>-<model_id>.csv (or parquet, etc)
team2-modela
   <round-id1>-<model_id>.csv (or parquet, etc)
@annakrystalli
Copy link
Contributor Author

This might also be a good place to re-iterate that model_id = team_abbr-model_abbr.

@mmkerr mmkerr self-assigned this May 20, 2024
@mmkerr mmkerr mentioned this issue May 24, 2024
@mmkerr
Copy link
Contributor

mmkerr commented May 24, 2024

Resolved with PR #119

@mmkerr mmkerr closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants