/fifa_world_cup_matches_forecasting

Explore the use of machine learning models to predict 2022 FIFA World Cup.

Primary LanguageJupyter NotebookMIT LicenseMIT

FIFA world cup matches prediction

Explore the use of machine learning models to predict 2022 FIFA World Cup.

To run this on your machine, you will need to install the requirements in the requirements.txt file using pip (inside a virtualenv if you can, as usual, to avoid sudo).

Inside a virtualenv with access to your system site-packages:

pip install -r requirements.txt

(Or, if you don't want to use virtualenv, the same but with sudo)