Submitted:
31 January 2026
Posted:
02 February 2026
You are already at the latest version
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. Conclusion & 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.
- Runge, J., Skokan, I., Zhou, G., & Pauwels, K. (2024). Packaging Up Media Mix Modeling: An Introduction to Robyn’s Open-Source Approach. arXiv. https://arxiv.org/pdf/2403.14674.
- Dew, R., Padilla, N., & Shchetkina, A. (2024). Your MMM is broken: Identification of nonlinear and time-varying effects in marketing mix models. arXiv. [CrossRef]
- Berlilana, B., Hariguna, T., & El Emary, I. M. M. (2025). Enhancing digital marketing strategies with machine learning for analyzing key drivers of online advertising performance. Journal of Applied Data Sciences, 6(2), 1037–1046. [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]
- de Haan, E. (2022). Attribution Modeling. In: Homburg, C., Klarmann, M., Vomberg, A. (eds) Handbook of Market Research. Springer, Cham. [CrossRef]
- Pérez, A. S., Boukhary, A., Papotti, P., Castejón Lozano, L., & Elwood, A. (2025). An LLM-based approach for insight generation in data analysis. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers) (pp. 562–582). [CrossRef]
- Zytek, Z. A., Pido, S., Alnegheimish, S., Berti-Équille, L., & Veeramachaneni, K. (2024). Explingo: Explaining AI predictions using large language models. In Proceedings of the 2024 IEEE International Conference on Big Data (BigData) (pp. 1197–1208). IEEE. [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.