Implementation of the DecTree algorithm presented in the paper from Cicalese, Later, Saettler.
Mattia Zorzan - VR464472
F. Cicalese, E. Laber, A. Saettler "Decision Trees for Function Evaluation: Simultaneous Optimization of Worst and Expected Cost", 2016: [pdf]
Simply run the main.py script. It accepts various arguments:
- -f (filename, required): The path to the CSV containing the dataset.
- -p (pairs): The pairs set for the given dataset can be pre-computed using the
compute_pairs.pyscript. It generates a Pickle file accepted by the main script.