-
Hello,
Passing a SkyModel instead of a Spatial or Spectral Model in SkyModel leads to concatenation.
I think this is an unintended behavior.
If not this should be documented.
Gpy 0.12
```
im…
-
Today i did an upgrade for my GPy to the latest revision.
After that i get for
```
lte.attach(band=8, apn="iot.1nce.net")
ValueError: band 8 not supported by this board hardware!
```
```
Sy…
-
Right now we build for 3.5 and 3.6. 3.7 is around for some time now, we should add build and make sure we support this version too.
-
Especially in environments.py, possibly other files.
-
I am trying to use gpytorch to connect a neural network to a regular GP. The neural network learns a distance between input pairs and this distance is used to evaluate a valid kernel `K`. For that pur…
-
I am interested in the GPyOpt program. I am wondering if there is any functionality to compose Gaussian Processes in a way that reflects function composition. I see Gaussian Processes as approximati…
-
I'm trying to figure out if there is a way to set an upper bound on parameters of a model. In GPy, the constrain_bounded method does the trick, and I'm curious whether there is an analogous method in …
-
Using:
```
myBopt = BayesianOptimization(f=self._objective, domain=domain,maximize=False,model_type='RF',acquisition_type='EI',num_cores=6)
myBopt.run_optimization…
-
* **Node Version**: node 12.0.0 and npm 6.7.0
* **Platform**: macOS 10.14.4 (Mojave)
* **Compiler**: Apple LLVM version 10.0.1 (clang-1001.0.46.4)
* **Module**: trying to install boost-geospati…
-