-
I found the `optimize_restarts` feature from GPy to be particularly useful for getting really good fits especially in the way I am working with GPs. I also noticed that there was work done for this ba…
-
Sorry, I am not sure whether here is the right place to report if I identified some documentation error in kernel function expression for GPy.kern.src.stationary.ExpQuad
The correct expression sh…
-
Hi Emikit team,
First, thank you for your work on this package - it's a joy to use.
I'm writing with a question about some curious behavior I've observed when using the Bayesian optimization con…
-
Hi,
I'm using gpyopt to optimise in the latent space of an autoencoder (i have a feature vector Xi of dimension 50, and i have a way of giving a real number 'score' to the output when this feature ve…
-
When defining toy example like this:
```
import GPyOpt
def f(x):
print(x)
return (2*x)**2
bounds = [{'name': 'var_1', 'type': 'continuous', 'domain': (-1, 1)}]
task = GPyOpt.metho…
-
I'm requesting comments on the proposal that we use `black` to format the python codebase and `flake8` to lint.
Initially, these can be used incrementally, but eventually they should be enforced as…
-
I have tried to install GPy via "Troubleshooting installation problems" guide but I had "TypeError: _process_unit_info() got an unexpected keyword argument 'xdata'" error in MacOS terminal. How can I …
-
I have time series of gene data and I am building GP regression models in a loop for each gene. For each GP model I am specifying the kernel, gaussian noise and the mean function. I am then storing ea…
-
您好,请问:
golang版本有使用词组拼音库吗,代码中没有找到
golang版本支持扩展词组拼音库吗
![image](https://user-images.githubusercontent.com/13373611/76402105-e169d680-63bd-11ea-94fa-cdc6383e6554.png)
-
Hello,
I know it is a rather vague question, but I was wondering if I can trouble the kind folks here
for an example walkthrough of a HTTPS POST example for the SIM7000 shield.
I am able to do…