Forecast the revenue #428
Replies: 1 comment 1 reply
-
Hello @yongqiangzhangzazzle, Thank you for contacting us!
Feel free to reach out if you have any further queries. Thank you, Google Meridian Support Team |
Beta Was this translation helpful? Give feedback.
-
This is a follow up question to this post: #267 (comment)
meridian = model.load_mmm(model_path)
model_fit = visualizer.ModelFit(meridian)
df_prediction = pd.DataFrame(model_fit._model_fit_data.expected[0, :, 0])
The problem with this approach is that the predicted revenue for the appended data is quite different from the revenue in the last year, even if the spend is the same.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions