Hello,
I used to use the package
and it worked fine.
When I try my same experiment but using
I have the following error:
File "/home/karahbit/ve-radical.hpo/lib/python3.6/site-packages/skopt/space/space.py", line 234, in __init__
self.log_base = np.log10(base)
TypeError: loop of ufunc does not support argument 0 of type NoneType which has no callable log10 method
AttributeError: 'NoneType' object has no attribute 'log10'
If I go back to 0.5.2, it stills works fine.
I am leaving this issue open here just in case.
Hello,
I used to use the package
and it worked fine.
When I try my same experiment but using
I have the following error:
If I go back to 0.5.2, it stills works fine.
I am leaving this issue open here just in case.