Following the Google Cloud course, this project uses opensource tools instead of bigquery to analyze the football data, calculate shot distance and angle, then perform predictive analysis for goal outcome.
We are using:
- pySpark==3.5.0: Handle data processing
- tensorFlow: Build model for prediction
- Jupyter Notebook: IDE
- Get Spark from Apache Page and follow up Pyspark page.
- Make sure install same version for Pypi and spark from apache.
- Setup a virtual env and activate it.