Running:
- Create a venv and activate it
- Install package
- Run
py -3 -m venv venv
venv\Scripts\activate.bat
pip install .
analyze_forecasts --predictions-csv data\ForecastsAnonymized.csv --truth-csv data\GroundTruth.csv --end-only-1st-pred F217 --start-only-2nd-pred F260 --size-1st-questions 59 --size-2nd-questions 39