verdverm / pypge

Python implementation of the PGE algorithm
MIT License
51 stars 5 forks source link

Explanation of outputs #12

Open zegkljan opened 4 years ago

zegkljan commented 4 years ago

For a comparative study we are writing we would like to include PGE among the algorithms. We were able to run it successfully but we are not sure how to obtain the results. We noticed a file output/<experiment>/<.yaml file>/clean/<dataset>/out/pge_final.log which probably contains the final model(s). Is that correct? Are all the models in that file members of the final Pareto-front? If not, is it possible to extract it from the list (perheaps using IDs but I don't know)?

verdverm commented 4 years ago

To be honest, it's been 4 years since I looked at this project. Might be easier to get on a video share. Is the email in your GitHub profile a good one to use for setting that up?

check out this PR too: https://github.com/verdverm/pypge/pull/9