Open angrydozer opened 4 months ago
Can you share the data? Or something that looks like your data?
Maybe instead of a gamma, you want to use a HurdleGamma? I don't mind you or others asking general modelling questions here, but if your questions are not directly book-related you can post it on PyMC's discord. You will get more people looking at your questions and potentially more answers there.
People, hey!
I've already read first 2 chapters of the book (BAP3) β it's super useful.
After that I decided to experiment with models and my goal is to estimate difference between ARPU for different coutnries. I started with code below, but then was stucked because sampling countinues infinite amount of time. If someone can help me with an advice π€ regarding this model, explain the problem, I will really appreciate it.
All data stored in pandas dataframe called
data
where rows = users. It contain following columns: player_id β unique user id country_code β US or JP revenue_7 β cumulative revenue to 7th day of user's life is_payer β 0 or 1 computed from revenue_7, depending on revenue amount (zero or more than zero)Currently my model looks like that: