The shape of f_rotated_ in gp.Latent class

Hi all,

I want to change the shape of f_rotated_ from (num_data) to (num_data, num_output) when using gp.Latent class.
Is it possible to change it while keeping the convenience of gp.Latent class.

I would be thankful if you could help me with this question.

Sorry, gp.Latent doesn’t work with multiple outputs. I’ll make an issue, because this should be quite easy.

Made an issue to track this here: ENH: Extend `gp.Latent` to allow for multiple outputs · Issue #7152 · pymc-devs/pymc · GitHub

1 Like

Thanks for your prompt response!
I look forward to the enhancements.