# Code for the paper: > **Reconstructing Phylogenetic Networks via Cherry Picking and Machine Learning** > *Giulia Bernardini, Leo van Iersel, Esther Julien and Leen Stougie* To run the code, the following packages have to be installed: `numpy`, `pandas`, `scikit-learn`, `networkx`, and `joblib`. ### Cherry picking heuristic (CPH) The CPH is implemented in `CPH.py`. To experiment with this file, RUN in terminal: ```bash python main_heuristic.py