pymc icon indicating copy to clipboard operation
pymc copied to clipboard

ENH: n_outputs argument for HSGP.prior

Open harrylojames opened this issue 7 months ago • 1 comments
trafficstars

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?

harrylojames avatar Mar 27 '25 14:03 harrylojames

Welcome Banner] :tada: Welcome to PyMC! :tada: We're really excited to have your input into the project! :sparkling_heart:
If you haven't done so already, please make sure you check out our Contributing Guidelines and Code of Conduct.

welcome[bot] avatar Mar 27 '25 14:03 welcome[bot]