facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.08k stars 322 forks source link

How to active MAPE calculation #893

Closed DongHarry-Kang closed 5 months ago

DongHarry-Kang commented 6 months ago

Hi all -

I am running several data analysis, however everytime I run, it seems that MAPE is not calculated. Could somebody let me know how we can calculate MAPE?

image

gufengzhou commented 5 months ago

MAPE is only calculated for calibrated models. Check nrmse or adjusted r2 for "normal" model

DongHarry-Kang commented 5 months ago

THank you very much!