Hi, I’m new to PyMc3 and programming/gaussian processes in general. I’m trying to do a simple GP process on some 1D data (to start) using the following code and I’m getting an error that I just can’t fix and would really appreciate any ideas anyone might have.
It seems I can’t use the conditional method on a marginal gp model because the Xnew data is a different size to the X_train data, but in the examples in the documentation it works fine?
I don’t know how to enter the code and error in a nice way so I’m sorry for the screen shots.
FYI it does not work with the # out ‘zero’ mean function either.
Thanks.