Replies: 1 comment
-
I figured out the extrapolation was not linear but only apparent in my example. The apparent linear (or non-linear) behaviour of sampling on the test set was inherent to the parameters of the Gaussian process (especially ls_mu and L). I also improved my code by computing Thanks to this notebook 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello pymc-marketing community 👋
I'm trying to understand the influence of the media_temporal_latent_multiplier when I do
sample_posterior_predictive
on X_test. I'm not very familiar with Gaussian Processes but I expected the extrapolation to be non linear. Am I correct?Here is the sampled media_temporal_latent_multiplier:

Here is my code:
Thanks upfront 🙏
Beta Was this translation helpful? Give feedback.
All reactions