Welcome! This repository contains the code used in the 2020 AWS re:Invent session "Use data to optimize your daily fantasy sports football lineups"
AWS Data Exchange is a service that makes it easy for millions of AWS customers to securely find, subscribe to, and use third-party data in the cloud. This repository contains an example of how to use data from Stats Perform to optimize your daily fantasy sports football lineups.
You can get started using this notebook in 4 easy steps:
- Subscribe to the Stats Perform data here.
- Create an Amazon SageMaker Notebook instance here. For the development of this notebook, we used an
ml.m5.xlarge
. Note that charges apply. - Once your instance has been spun up, click 'Open Jupyter' and upload optimizer.ipynb from this repository.
- Once uploaded, open optimizer.ipynb and update the variable at the top to point to the S3 bucket you want to use. As long as the IAM role you're using has the permissions listed in the notebook, the code will "just work".
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.