/msr2021_replication

Replication Kit for MSR2021

Primary LanguageJupyter Notebook

MSR 2021 replication kit

To re-create the plots and tables from the paper

Create virtualenv and install dependencies

python -m venv .
source bin/activate
pip install -r requirements.txt

Run Jupyter notebooks

source bin/activate
cd notebooks
jupyter lab