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

Remove print statements

KEggensperger opened this issue · comments

We prefer to use logging.info() or logging.critical(). If it is necessary to avoid the logging mechanism use sys.stdout.write() or sys.sterr.write().

Right now there are various print statements in the HPOlib:
https://github.com/automl/HPOlib/search?utf8=%E2%9C%93&q=print