Submitted:
17 January 2026
Posted:
20 January 2026
Read the latest preprint version here
Abstract
Keywords:
1. Introduction
2. Literature Review
3. Methodology
3.1. Machine Learning: XGBoost-based MMM
3.2. Explainable AI: SHAP Method
3.3. Generative AI: LLM-Based Interpretation and Recommendation
4. Framework Design
5. Empirical Analysis
5.1. Data Selection and Preprocessing
5.2. Exploratory Data Analysis
5.3. Baseline and Machine Learning Models
- (1)
- Baseline Model: Linear Regression-based MMM
- (2)
- XGBoost-based MMM
- n_estimators = 50
- max_depth = 6
- learning_rate = 0.1
- subsample = 0.8
- colsample_bytree = 0.8
- objective = ‘reg:squarederror’
- n_jobs = 1, verbosity = 0, random_state = seed
5.4. Model Performance Comparison
5.5. Explainable AI Analysis: SHAP
5.6. LLM-Based Summary and Recommendation
6. Results & Discussion
7. Conclusions & Future Research
Data Availability Statement
References
- Hanssens, D. M., Parsons, L. J., and Schultz, R. L. 2001. Market response models: Econometric and time series analysis (2nd ed.). Springer Science & Business Media, New York, NY, USA.
- Chan, D. and Perry, M. 2017. Challenges and opportunities in media mix modeling. Google Research, Mountain View, CA, USA. https://research.google/pubs/challenges-and-opportunities-in-media-mix-modeling/.
- Naik, P. A., Schultz, D. E., and Srinivasan, S. 2007. Perils of using OLS to estimate multimedia communications effects. Journal of Advertising Research 47, 3 (September 2007), 257–269. [CrossRef]
- Chen, T. and Guestrin, C. 2016. XGBoost: A scalable tree boosting system. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD ‘16). Association for Computing Machinery, New York, NY, USA, 785–794. [CrossRef]
- Rudin, C. 2019. Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead. Nature Machine Intelligence 1, 5 (May 2019), 206–215. [CrossRef]
- Lundberg, S. M. and Lee, S.-I. 2017. A unified approach to interpreting model predictions. In Proceedings of the 31st International Conference on Neural Information Processing Systems (NIPS ‘17). Curran Associates Inc., Red Hook, NY, USA, 4765–4774. https://dl.acm.org/doi/10.5555/3295222.3295230.
- Bastos, J. A. and Bernardes, M. I. 2024. Understanding online purchases with explainable artificial intelligence. Information 15, 10 (2024), Article 587. [CrossRef]
- Zhao, X. and Mahboobi, S. 2018. Shapley value methods for attribution modeling in online advertising. arXiv preprint arXiv:1802.06657 (2018).
- Brown, T. B., Mann, B., Ryder, N., Subbiah, M., Kaplan, J., Dhariwal, P., Neelakantan, A., Shyam, P., Sastry, G., Askell, A., Agarwal, S., Herbert-Voss, A., Krueger, G., Henighan, T., Child, R., Ramesh, A., Ziegler, D. M., Wu, J., Winter, C., Hesse, C., Chen, M., Sigler, E., Litwin, M., Gray, S., Chess, B., Clark, J., Berner, C., McCandlish, S., Radford, A., Sutskever, I., and Amodei, D. 2020. Language models are few-shot learners. In Proceedings of the 34th International Conference on Neural Information Processing Systems (NeurIPS ‘20). Curran Associates Inc., Red Hook, NY, USA, 1877–1901.
- Kasneci, E., Seßler, K., Küchemann, S., Bannert, M., Dementieva, D., Fischer, F., Gasser, U., Groh, G., Günnemann, S., Hüllermeier, E., Krusche, S., Kutyniok, G., Michaeli, T., Nerdel, C., Pfeffer, J., Poquet, O., Sailer, M., Schmidt, A., Seidel, T., Stadler, M., Weller, J., Kuhn, J., and Kasneci, G. 2023. ChatGPT for good? On opportunities and challenges of large language models for education. Learning and Individual Differences 103 (April 2023), Article 102274. [CrossRef]
- Anderson, A. 2024. Multi-region marketing mix modelling (MMM) dataset for several eCommerce brands. figshare Dataset. [CrossRef]





| Model | R² | RMSE | MAE | MAPE |
|---|---|---|---|---|
| Linear Regression-based MMM | 0.8572 | 2222.12 | 1590.11 | 27.37% |
| XGBoost-based MMM | 0.9123 | 1741.03 | 1228.14 | 18.33% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).