Skip to content

JulianDataScienceExplorerV2/Omnichannel-Sales-Forecasting-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Omnichannel Sales Forecasting ML

An end-to-end Machine Learning pipeline that uses Linear Regression to predict retail sales based on omnichannel advertising spend (TV, Radio, Newspaper). Built entirely in Python.

Un pipeline de Machine Learning de extremo a extremo que usa Regresion Lineal para predecir ventas minoristas basadas en el gasto en publicidad omnicanal. Construido enteramente en Python.


Sales Regression Plot

Tech Stack / Stack Tecnologico

  • Language: Python 3.12+
  • Machine Learning: scikit-learn
  • Data Manipulation: pandas, numpy
  • Visualization: matplotlib, seaborn

The Problem (Business Context) / El Problema

How do we allocate the marketing budget? This model analyzes historical data to quantify the exact return on investment (ROI) for each advertising channel, allowing the business to forecast total sales based on future ad spend.

¿Como asignamos el presupuesto de marketing? Este modelo analiza datos historicos para cuantificar el retorno de inversion (ROI) exacto para cada canal publicitario, permitiendo escalar las ventas futuras de acuerdo a la inversion en medios.

How to Run / Como Ejecutar

# Clone the repository
git clone https://github.com/JulianDataScienceExplorerV2/Omnichannel-Sales-Forecasting-ML.git
cd Omnichannel-Sales-Forecasting-ML

# Install requirements
pip install -r requirements.txt

# Run the model
python "Analisis de ventas con sklearn.py"

Key Insights / Hallazgos Clave

  • TV Spend is the strongest predictor of total sales volume.
  • The Linear Regression model correctly captures the relationship with a high R-Squared ($R^2$) value.

Made by Julian David Urrego Lancheros
Data Analyst & Marketing Science Specialist

About

Omnichannel sales forecasting using Multiple Linear Regression. Analyzes ROI across media mix. / Pronostico de ventas omnicanal usando Regresion Lineal y cuantificacion de ROI por medio publicitario.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages