-
# 🚀 Feature Request
So far GP frameworks have only been done on scripting languages like Octave (GPML) and Python (GPy, GPFlow, etc.) It would be amazing to see GPytorch implement a C++ Frontend. W…
acxz updated
2 months ago
-
Hi,
I'm trying to use `GPy.models.MultioutputGP` and I'd like to constrain some of the hyperparameters such that they remain equal to each other e.g. if my kernel has parameters a, b and c, I'd lik…
-
I am using Llama() function for chatbot in terminal but when i set n_gpu_layers=-1 or any other number it doesn't engage in computation. In comparison when i set it on Lm Studio it works perfectly and…
-
We are using a GPy board, with the latest development firmware, version "1.20.0.rc9".
Inside the modlte.c file, the method "lte_check_attached" is returning false when "legacy" parameter is true an…
-
Hi,
In my cases, when I optimized GPy.model.GPRegression(kernel=RBF), I got different results
1. kernel variance (~0.00001) is smaller than Gaussian noise variance (~1) . What's the meaning of t…
-
I have a set of points {x_i, y_i} defining a noisy curve. I’d like to model it as a GP, taking into account the variance in both x and y directions, and possibly as a parametric function with argument…
-
I tried to use the UnknownConstraintBayesianOptimizationLoop to optimize my objective function with constraint. However, I have a couple of issues with this loop.
First, when I initialize the loop …
-
Hi pyGP Developers,
Is there a way to store the trained model into files so that people don't need to train the model again when making another prediction?
1. I have tried `pickle dump model` but …
-
I posted a question on CrossValidated website (https://stats.stackexchange.com/q/373455); however, with a hope that it will be much more efficient to reach the developers directly, I'm posting this qu…
-
### Discussed in https://github.com/scikit-learn/scikit-learn/discussions/22925
Originally posted by **jecampagne** March 23, 2022
Hello,
I am questioning the code of `predict` of the `Gauss…