gustavocmv

Results 5 comments of gustavocmv

@st-- I think we can. Current code has inputs `fun, mean, var, *args, **kwargs` and evaluates `fun(X, *args, **kwargs)`. If `fun` can handle a multi-column `Y`, everything should work fine....

I tried to run the notebook with quadrature by excluding the analytical method, without success. When debugging, I've found the method `log_prob` had a bug, which was not being caught...

Thanks for the ping, @vdutor ! I have used that code myself and it helped me a lot. In fact, I have built a class-wrapper around it to make it...

No time to do the testing right now, but I believe it is caused by using a single-output Kernel. You need to use multi-output kernels since you are modeling two...

Hi @emilhe ! I just tested the new rc release and it worked very well! Studying your code, I understood that, generally, the cache is defined by 4 entities: -...