This page contains the source code to reproduce results in our AISTATS 2022 paper:
The FICO dataset is publically available. You can request the data from this link.
To convert the original FICO dataset with continuous features into binary features, please refer to our header in this file.
For the time comparison experiments, please run the following line in your terminal
Rscript run_time.R
For the solution quality experiment, please run the following line in your terminal
Rscript run_baseline.R
The above script contains code to run experiments on both the real datasets and the synthetically generated data.