pymc
pymc copied to clipboard
ENH: n_outputs argument for HSGP.prior
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?
]
: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.