install the python3.6 requirements using pipenv: pipenv install
To aggregate the data and convert them to various formats we use a pandas data frame.
python aggregate.py ./EST --out sisec18.pd
generates a pandas data frame with all results from the ./EST
folder.
If you want to compare several estimates, you can just specify them as multiple command line arguments:
python aggregate.py ./EST1 ./EST2 --out sisec18.pd
or use a parent folder and bash wildcards
python aggregate.py ./ESTIMATES/* --out sisec18.pd
We provide a jupyter notebook that includes all the results that were used to create the SiSEC evaluation. Also you can run the notebook on google colab.
t.b.a
t.b.a