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.

Home Page:http://automl.org/hpolib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config Options

aaronkl opened this issue · comments

If I start HPOlib without setting the value for 'logging_host' or 'HPOlib_loglevel' it crashes with the error message :
ConfigParser.NoOptionError: No option 'logging_host' in section: 'HPOLIB'
However, in the documentation it is not said that one has to specify those options. Could you adapt that?

Hm, this should not happen in any case. Can you please provide more information about the crash?