Skip to content

zetaemme/OpTree

Repository files navigation

OpTree: (Op)timal Decision (Tree)

Implementation of the DecTree algorithm presented in the paper from Cicalese, Later, Saettler.

Author

Mattia Zorzan - VR464472

References

F. Cicalese, E. Laber, A. Saettler "Decision Trees for Function Evaluation: Simultaneous Optimization of Worst and Expected Cost", 2016: [pdf]

Usage

Simply run the main.py script. It accepts various arguments:

  1. -f (filename, required): The path to the CSV containing the dataset.
  2. -p (pairs): The pairs set for the given dataset can be pre-computed using the compute_pairs.py script. It generates a Pickle file accepted by the main script.

About

Implementation of the DecTree algorithm from the paper from Cicalese, Later, Saettler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages