To reproduce the paper results first of all create a python environment and install all the dependencies
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Next, to reproduce the reults run the business_lanscape.ipynb
. Additional research has been done in the other notebooks, but the one mentioned contains a cleaner and documented version of the considered most relevant results.
The data can be found in the archive
folder and the output figures in the public
folder.