Open anthony-meza opened 1 month ago
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.