-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hey @wleopach, A few questions:
|
Beta Was this translation helpful? Give feedback.
-
Hey @ColtAllen , I am using the GammaGammaModel This is the error trace:
The r_hat is too high Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
-
Thanks; that's helpful. How many customers are in this dataset? Also have you looked at the avg spend distribution for the entire customer population? If there's a lot of variability, you may be better off segmenting the dataset with |
Beta Was this translation helpful? Give feedback.
-
There are 395 customers in the dataset. I will try with the segmentation, thank you very much, @ColtAllen !! |
Beta Was this translation helpful? Give feedback.
-
That's a very small dataset. I'd try more informative priors in the model config, or even
Looks like you have a few outlier customers in that KDE plot. Segmentation would be useful for better understanding the dataset, but since it's so small I don't know if it'd help much for modeling purposes. |
Beta Was this translation helpful? Give feedback.
-
I switched to using the GammaGammaFitterIndividual model, and now the sampling is converging properly. Looks like that solved the issue! Thanks a lot @ColtAllen! |
Beta Was this translation helpful? Give feedback.
That's a very small dataset. I'd try more informative priors in the model config, or even
GammaGammaModelIndividual
.Looks like you have a few outlier customers in that KDE plot. Segmentation would be useful for better understanding the dataset, but since it's so small I don't know if it'd help much for modeling purposes.