issues Search Results · repo:SheffieldML/GPy language:Python
Filter by
773 results
(60 ms)773 results
inSheffieldML/GPy (press backspace or delete to remove)It has been a few months since release 1.13.2 which pinned numpy to 2. Is there any chance of updating to support
numpy 2?
JupiterPucciarelli
- Opened 13 days ago
- #1112
Warnings are about == should be replaced with is ,etc.
Could you please fix them and make another release?
Thanks, Yuri
yurivict
- Opened on Apr 5
- #1110
From reading the GPy documentation and the source code, optimize performs just a single optimization from the current
hyperparameter values, while optimize_restarts does the same thing as optimize in addition ...
olamarre
- 4
- Opened on Jan 8
- #1109
Sorry to revive the issue #625 closed long before, but I do exactly have the same problem as that of @jonnyfrazer,
i.e., 2d input and 2d output regression model (adapted from the same notebook):
import ...
kyeongsoo
- 1
- Opened on Nov 19, 2024
- #1107
I am writing a simple example for a GP with instrinsic coregionalization kernel for two tasks. I understand that the
model calculates the posterior mean and variance for each task separately according ...
need more info
enushi
- 1
- Opened on Nov 13, 2024
- #1106
Problem
When I try to deep copy or pickle a binary classification model implementing the EP() inference method (from the
GPy.inference.latent_function_inference.expectation_propagation module), I get ...
bug
olamarre
- 2
- Opened on Nov 4, 2024
- #1105
MartinBubel
- Opened on Oct 27, 2024
- #1102
I have a question regarding implementing a specific setup using Bayesian GPLVM framework.
Setup:
I want to estimate latent X such that
Y = f(X) + error
where Y is NxD (multi-output) and X is latent. ...
need more info
Soham6298
- 4
- Opened on Oct 21, 2024
- #1100
I have 3 input dimensions (x, y, time) and 5 outputs. Below is the code I use
num_outputs = n_stations
n_inputs = 2
K1 = GPy.kern.Bias(input_dim=n_inputs)
K2 = GPy.kern.Linear(input_dim=n_inputs)
K3 = ...
anthony-meza
- 1
- Opened on Oct 18, 2024
- #1099
Hi,
If I run this code:
from GPy.core.parameterization.priors import HalfT
HalfT(1, 3)
it gives the following error:
Traceback (most recent call last): ...
niwaka-ame
- 3
- Opened on Oct 12, 2024
- #1098

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.