This repository contains the submission template for the SkillCorner X PySport Analytics Cup Research Track.
Your submission for the Research Track should be on the main branch of your own fork of this repository.
Find the Analytics Cup dataset and tutorials on the SkillCorner Open Data Repository.
Make sure your main branch contains:
- A single Jupyter Notebook in the root of this repository called
submission.ipynb- This Juypter Notebook can not contain more than 2000 words.
- All other code should also be contained in this repository, but should be imported into the notebook from the
srcfolder.
- An abstract of maximum 500 words that follows the Research Track Abstract Template.
- The abstract can contain a maximum of 2 figures, 2 tables or 1 figure and 1 table.
- Submit your GitHub repository on the Analytics Cup Pretalx page
Finally:
- Make sure your GitHub repository does not contain big data files. The tracking data should be loaded directly from the Analytics Cup Data GitHub Repository.For more information on how to load the data directly from GitHub please see this Jupyter Notebook.
- Make sure the
submission.ipynbnotebook runs on a clean environment.