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 56 forks source link

Installing error #95

Closed albahnsen closed 9 years ago

albahnsen commented 9 years ago

when installing using python setup.py install I got the error

> python setup.py install
  File "setup.py", line 42
    except Exception, e:
                    ^
SyntaxError: invalid syntax
mfeurer commented 9 years ago

Hm, I have never seen this before. Which python version do you use?

albahnsen commented 9 years ago

Python 3.4.3

mfeurer commented 9 years ago

Okay, we didn't try HPOlib with python 3.X yet. Please give us some time to think about how to handle this.

albahnsen commented 9 years ago

Great thanks. I will use it with python2.7 then.

mfeurer commented 9 years ago

I started a new issue for python 3.X: #96