This repository contains a software implementation of the methods described in:
Predictive Multiplicity in Classification
Charlie Marx, Flavio Calmon, Berk Ustun
- Python 3
- CPLEX
CPLEX is cross-platform commercial optimization tool with a Python API. It is free for students and faculty at accredited institutions. To get CPLEX:
- Register for IBM OnTheHub
- Download the IBM ILOG CPLEX Optimization Studio from the software catalog
- Install the CPLEX Optimization Studio.
- Setup the CPLEX Python API as described here.
If you have problems installing CPLEX, check the CPLEX user manual or the CPLEX forums.
Example usage can be found in the example.py
file.
The code in this repository is currently under active development, and may therefore change substantially with each commit.
If you use our code, please cite our paper.
@misc{marx2019predictive,
title={Predictive Multiplicity in Classification},
author={Charles T. Marx and Flavio du Pin Calmon and Berk Ustun},
year={2019},
eprint={1909.06677},
archivePrefix={arXiv},
primaryClass={cs.LG}
}