JasperSnoek / spearmint

Spearmint is a package to perform Bayesian optimization according to the algorithms outlined in the paper: Practical Bayesian Optimization of Machine Learning Algorithms. Jasper Snoek, Hugo Larochelle and Ryan P. Adams. Advances in Neural Information Processing Systems, 2012

Home Page:http://people.seas.harvard.edu/~jsnoek/software.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output on stderr

KEggensperger opened this issue · comments

When wrapping spearmint, there is no way to distiguish between an error and regular output. Is there any reason why spearmint puts its whole output on the stderr?

What do you think about using the python logging functionalities?