How does Calibration work #768
nikitaaveritchev
started this conversation in
General
Replies: 1 comment 5 replies
-
+1, it's been a while since I've been working with R but from the looks of it appears that the average MAPE from explicated coefficients that have priors is passed into Nevergrads optimizer. What I'm not really sure on is how the objectives are being weighted effectively (assuming uniform), going to do some more digging and see what I can find. When setting up the optimizer (L527-L538)
When evaluating an iteration (L855 - L865)
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
i am currently trying to understand how Robyn does Calibration with lift data. In my understanding the function robyn_calibrate is used to perform calibration. However, I find the function in the code only in one place under model.R, which is used to determine the mape: calibration error. What am I misunderstanding or where does the calibration take place then?
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions