Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ObservedMRDLayer' predict and plot_latent #12

Open
vcuculo opened this issue Jan 24, 2018 · 1 comment
Open

'ObservedMRDLayer' predict and plot_latent #12

vcuculo opened this issue Jan 24, 2018 · 1 comment

Comments

@vcuculo
Copy link
Contributor

vcuculo commented Jan 24, 2018

  1. 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'

  1. When trying to plot the latent space, instead, it tries to import a missing module
    from GPy.plotting.matplot_dep import dim_reduction_plots

😕

@vcuculo
Copy link
Contributor Author

vcuculo commented Feb 6, 2018

ok, for point 1. this seems to do the job
phuselab@a4675ba?diff=unified#diff-58960237dbea25ce1641c87b9c47bf27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant