Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.03 KB

Soccer Match Prediction

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

Development and Contributing

If you'd like to report an issue or bug, suggest improvements, or contribute code to this project, please refer to CONTRIBUTING.md.

Deployment instructions

To deploy on Heroku:

  1. Run heroku apps:create
  2. Create a new DataRobot project with duplicated_matches.csv, and deploy the model.
  3. In Heroku populate the environment variables: DATAROBOT_API_KEY, DATAROBOT_DEPLOYMENT_SERVER_URL, and DATAROBOT_DEPLOYMENT_ID with your DataRobot values.
  4. Run git push heroku master to deploy the app
  5. Visit the URL

Code of Conduct

This project has adopted the Contributor Covenant for its Code of Conduct. See CODE_OF_CONDUCT.md to read it in full.

License

Licensed under the Apache License 2.0. See LICENSE to read it in full.