-
Notifications
You must be signed in to change notification settings - Fork 94
Creating a team directory
Each team stores their forecasts in a separate folder within the data-processed
folder of this repository.
Before submitting your first forecast, please create and name your own folder in the format:
team-model
Where:
-
team
is the team name -
model
is the name of your model
Both team
and model
should be less than 15 characters and not include hyphens. If submitting multiple models, please create a team-model
folder for each.
Each sub-directory should contain:
- Metadata file
- License file (optional)
- Forecasts
Participating teams must provide a metadata file, including some information about the team and methods. The metadata file should be named similarly to your sub-directory:
metadata-team-model.txt
The team-model
directory is where you will store and submit all your forecasts. When you have prepared a forecast in the given format, please submit files via a pull request. This will also trigger our validation scripts to check the data format. We provide a step-by-step explanation on how to do this, using only the user interface of the GitHub website and a shorter explanation for more experienced GitHub users.
- Preparing to submit
- Forecasting
- Submitting
- Other
- Forecast evaluation and ensemble building
- Editing the website
- Creation of an equally weighted ensemble forecast
- Merging weekly submissions