-
GPyOpt doesn't work with the latest version of numpy (1.24.0 or higher) due to the "expred deprecations" of numpy 1.24.0, namely [gh-22607](https://github.com/numpy/numpy/pull/22607), which removes so…
-
**Describe the bug**
sQUlearn automatically installs "bayesian-optimization>=1.4.3", i.e. as of two days ago v2.0.0. This yields the following error
```
\site-packages\squlearn\optimizers\sglbo.p…
-
Hello, i have an issue when trying to create my custom tuner through the tuner class in order to upload the model hyperparameters at Weights and Biases site.
Even though everything seems to be work…
-
Just by running the tutorial on my notebook I get an error when it comes to run
`myBopt.plot_acquisition()
`
The error:
`Traceback (most recent call last):
File "C:\Users\hp\Desktop\PH…
-
I notice
bayes-optim==0.2.5.5
but also that this package is causing failures on my tests
I will take a closer look and try to make a more useful comment.
-
I don't know if this is a sherpa issue or GPyOpt, but since sherpa is calling gPyOpt and determines what versions of libraries are installed, I think this is the place to start.
This minimal exampl…
-
# 🐛 Bug
I'm trying to use GPytorch to do Bayesian optimization. I rewrote the bayes_opt structure to use gpytorch GPR in it with the same kernel and hyperparameters (Matern, nu=2.5, ucb as acquisitio…
-
## System Information
OS: Ubuntu 18.04.1 running in an LXD container
LXD: 3.6 (snap)
conda: 4.5.11
Python: 3.7.0.final.0
advisor: 0.1.6
requests: 2.19.1
## Issue
I am having trouble runn…
-
### Describe the bug
Imagespec dependencies, such as those added to a workflow/example.py file are automatically built when one calls `pyflyte register`.
https://gist.github.com/zeryx/a3074a2aade6…
zeryx updated
7 months ago
-
I'm getting following error and I'm not able to figure out why:
> RuntimeError: Model-building function did not return a valid Keras Model instance, found (, )
I have read the answers [here][1] …