Required materials for following along with the Soccer Match Predictor tutorial.
The tutorial is located at the following link: https://api-docs.datarobot.com/docs/soccer-match-prediction
If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.
To deploy on Heroku:
- Run
heroku apps:create
- Create a new DataRobot project with
duplicated_matches.csv
, and deploy the model. - In Heroku populate the environment variables:
DATAROBOT_API_KEY
,DATAROBOT_DEPLOYMENT_SERVER_URL
, andDATAROBOT_DEPLOYMENT_ID
with your DataRobot values. - Run
git push heroku master
to deploy the app - Visit the URL
This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.
Licensed under the Apache License 2.0. See LICENSE to read it in full.