You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.8.12.final.0
Conda 4.12.0
Code exactly the same as in the given notebook, but cannot run BayesianOptimization() due to an error "'float' object is not subscriptable".
This can be fixed with changing -res.fun[0] to -res.fun on 65 and 67 lines in ~\anaconda3\lib\site-packages\bayes_opt\util.py
The text was updated successfully, but these errors were encountered:
Python 3.8.12.final.0
Conda 4.12.0
Code exactly the same as in the given notebook, but cannot run BayesianOptimization() due to an error "'float' object is not subscriptable".
This can be fixed with changing -res.fun[0] to -res.fun on 65 and 67 lines in ~\anaconda3\lib\site-packages\bayes_opt\util.py
The text was updated successfully, but these errors were encountered: