stheno icon indicating copy to clipboard operation
stheno copied to clipboard

Gaussian process modelling in Python

Results 5 stheno issues
Sort by recently updated
recently updated
newest added

Hi @wesselb, I am trying to use your example of Multi-Output Regression with some data I have. I don't understand how to correctly give them to the VGP and them...

Currently multiplication between GPs works. What are the odds of renaming this functionality to prevent users from multiplying GPs and getting unexpected results?

### Description of the bug Hi @wesselb, when I try to import stheno with tensorflow_probability (reproduced in a fresh Google colab environment), it takes a long time, around 30 seconds....

### Description of the bug Hi @wesselb, I am trying to write some GP code in JAX and accelerate it with `jax.jit`, but it is failing due to a numpy...