Skip to content

Can we combine multiple GP's into a single additive model? #1967

Answered by st--
kaijennissen asked this question in Q&A
Discussion options

You must be logged in to vote

In principle, yes; in practice, you might not want to:) You can build "simple" additive models where each component is a GP (including "parametric GPs" such as the intercept, which you can model with a Constant() kernel, or day-of-year and other special day effects for which you can build custom kernels that reflect the basis functions) by constructing a sum of kernels for each term in the sum. You can still build models that include non-linear effects such as the $\exp(f_3)$ but that becomes more involved (you have to construct an appropriate likelihood that combines all the GPs in whichever nonlinear way you want). You can do MCMC using the GPMC and SGPMC model classes together with ten…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by st--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants