Analysis of whether Dortmund home matches are underpriced on team corner overs against low-block opponents.
- Create virtual environment:
python3 -m venv venv - Activate:
source venv/bin/activate(macOS/Linux) orvenv\Scripts\activate(Windows) - Install dependencies:
pip install -r requirements.txt
Open Notebook.ipynb in Jupyter Notebook or JupyterLab.