This is the code repository to reproduce the results of our paper "Conformal Prediction in Multi-User Settings: An Evaluation".
To run the experiments:
- Download the desired dataset (links to download the datasets can be found in the paper).
- Use the appropiate script to format the downloaded dataset. The scripts to format the datasets are in the
format-datasets/
directory. The formated dataset will be saved in a file nameddata.csv
. - Copy the resulting dataset into the
data/
directory in the corresponding subfolder. - Set the name of the dataset you want to process. This is defined in the
DATASET_NAME
variable innotebooks/globals.py
. For exampleDATASET_NAME = "wisdm"
. The dataset name must coincide with the name of its subdirectory indata/
. - Run the cells of the jupyter notebook
notebooks/run_all.ipynb
. This will run all the experiments for the given dataset. - To generate the tables and plots, run the
format-results/run_format.R
script. - Enjoy!