Skip to content

ENH: n_outputs argument for HSGP.prior #7739

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

Open
harrylojames opened this issue Mar 27, 2025 · 1 comment
Open

ENH: n_outputs argument for HSGP.prior #7739

harrylojames opened this issue Mar 27, 2025 · 1 comment

Comments

@harrylojames
Copy link

Before

After

gp = pm.gp.HSGP(m=[25, 25], c=4.0, cov_func=cov_func)
f = gp.prior("f", X=X, n_outputs=10)

Context for the issue:

Hi,

First of all big fan of this package and the recent work on HSGP.

I am trying to use the HSGP class as a drop in replacement for pm.gp.Latent however the existing code uses n_outputs.

Would it be possible to implement this argument for HSGP.prior?

Copy link

welcome bot commented Mar 27, 2025

Welcome Banner]
🎉 Welcome to PyMC! 🎉 We're really excited to have your input into the project! 💖

If you haven't done so already, please make sure you check out our Contributing Guidelines and Code of Conduct.

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

No branches or pull requests

1 participant