automl / HPOlib

HPOlib is a hyperparameter optimization library. It provides a common interface to three state of the art hyperparameter optimization packages: SMAC, spearmint and hyperopt. This package is discontinued, please read the longer note in the info box below.
http://automl.org/hpolib
GNU General Public License v3.0
166 stars 54 forks source link

HPOlib pickle #83

Open aaronkl opened 9 years ago

aaronkl commented 9 years ago

Would it be possible to get a small describtion for the structure of a HPOlib pickle that gets create after an optimization run? It would help for a further analysis and processing of the results.

mfeurer commented 9 years ago

Yes, this description is already in the comments of the code: https://github.com/automl/HPOlib/blob/master/HPOlib/Experiment.py#L65

I leave this open to remember us to add this information to the documentation.