- It seems that
predict method is missing from the ObservedMRDLayer object.
When m.predict() is called and the loop reaches the MRD layer it results in
AttributeError: 'ObservedMRDLayer' object has no attribute 'predict'
- When trying to plot the latent space, instead, it tries to import a missing module
|
from GPy.plotting.matplot_dep import dim_reduction_plots |
😕