sebastianruder/learn-to-select-data

Problem with bayes_opt.py

cnnjqzr opened this issue · 1 comments

Hi,
I just downloaded this code and tried to work around with some examples. However, I got the following errors:
(I use python 3.5)
Traceback (most recent call last): File "bayes_opt.py", line 444, in <module> num_iterations=args.num_iterations) TypeError: 'module' object is not callable
Thanks for any help!

Thanks for the note. We'll look into this.