You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @anthony-meza
thank you for reporting this issue. I have reproduced it and feel like there must be some issue with matrix shape or missing documentation.
However, I am not that familiar with the backend. I'm a bit busy this week but I'll try to dig into this next week.
I have 3 input dimensions (x, y, time) and 5 outputs. Below is the code I use
X_list and Y_list have a length of num_outputs.
However, the following code does not work:
Y_pred, Y_var = model.predict(X_new, full_cov = True, Y_metadata = {"output_index":[0]})
I cannot make a prediction for one of my outputs (supposedly at index 0). I wasn't able to find anything on the documentation about this.
The text was updated successfully, but these errors were encountered: