-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'NoneType' object has no attribute 'log10' #28
Comments
Digging a bit further, I think HyperSpace needs to be updated to provide support for the latest versions of its dependencies, specifically for this issue:
We can see for the newest versions of skopt like 0.7.4, new parameters are introduced:
And in previous versions of skopt like 0.5.2 (which is the one HyperSpace is working with), the function definition was:
|
Ah, thanks for reporting that @karahbit. Looks like I should pin the version of scikit-optimize to 0.5.2 for the short term, and start a new branch to support the newer version of the library. |
This is addressed in #30 . |
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.
The text was updated successfully, but these errors were encountered: