All Projects → erdiolmezogullari → ml-time-series-analysis-on-sales-data

erdiolmezogullari / ml-time-series-analysis-on-sales-data

Licence: other
Time Series Decomposition techniques and random forest algorithm on sales data

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ml-time-series-analysis-on-sales-data

human-in-the-loop-machine-learning-tool-tornado
Tornado is a human-in-the-loop machine learning framework that helps you exploit your unlabelled data to train models through a simple and easy to use web interface.
Stars: ✭ 37 (+8.82%)
Mutual labels:  sklearn, machinelearning
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+5394.12%)
Mutual labels:  statsmodels, time-series-analysis
tsa-tutorial
Material for the tutorial, "Time series analysis with pandas" at T-Academy
Stars: ✭ 21 (-38.24%)
Mutual labels:  statsmodels, time-series-analysis
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+5517.65%)
Mutual labels:  machinelearning, time-series-analysis
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (+473.53%)
Mutual labels:  sklearn, time-series-analysis
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+2294.12%)
Mutual labels:  sklearn, machinelearning
Machinelearning
Machine learning resources
Stars: ✭ 3,042 (+8847.06%)
Mutual labels:  machinelearning, datamining
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+8594.12%)
Mutual labels:  sklearn, machinelearning
A-B-testing-with-Machine-Learning
Implemented an A/B Testing solution with the help of machine learning
Stars: ✭ 37 (+8.82%)
Mutual labels:  sklearn, statsmodels
awesome-open-mlops
The Fuzzy Labs guide to the universe of open source MLOps
Stars: ✭ 304 (+794.12%)
Mutual labels:  machinelearning
Rethink-BiasVariance-Tradeoff
Rethinking Bias-Variance Trade-off for Generalization of Neural Networks
Stars: ✭ 46 (+35.29%)
Mutual labels:  machinelearning
ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Stars: ✭ 40,023 (+117614.71%)
Mutual labels:  machinelearning
Python-Data-Visualization
D-Lab's 3 hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.
Stars: ✭ 42 (+23.53%)
Mutual labels:  seaborn
dst
yet another custom data science template via cookiecutter
Stars: ✭ 59 (+73.53%)
Mutual labels:  machinelearning
DBFilesClient.NET
Deprecated: See DBClientFiles.NET
Stars: ✭ 14 (-58.82%)
Mutual labels:  datamining
centrifuge-toolkit
Tool for visualizing and empirically analyzing information encoded in binary files
Stars: ✭ 49 (+44.12%)
Mutual labels:  seaborn
ts4health
Time Series Data Analysis, Visualization and Forecasting with Python for Health and Self
Stars: ✭ 17 (-50%)
Mutual labels:  time-series-analysis
Groundbreaking-Papers
ML Research paper summaries, annotated papers and implementation walkthroughs
Stars: ✭ 90 (+164.71%)
Mutual labels:  machinelearning
word2vec-tsne
Google News and Leo Tolstoy: Visualizing Word2Vec Word Embeddings using t-SNE.
Stars: ✭ 59 (+73.53%)
Mutual labels:  machinelearning
DS-Cookbook101
A jupyter notebook having all most frequent used code snippet for daily data scienceoperations
Stars: ✭ 59 (+73.53%)
Mutual labels:  seaborn

Image

Forecasting impact of promos (promo1, promo2) on sales in Germany, Austria, and France

Problem Data Methods Libs Link
Forecasting - Timeseries Sales Random Forest Regressor statsmodels, pandas, sklearn, seaborn https://github.com/erdiolmezogullari/ml-time-series-analysis-on-sales-data

If you want to see the further ML projects, you may visit my main repo: https://github.com/erdiolmezogullari/ml-projects

There are stores are giving two type of promos such as radio, TV corresponding to promo1 and promo2 so that they want to increase their sales across Germany, Austria, and France. However, they don't have any idea about which promo is sufficient to do it. So, the impact of promos on their sales are important roles on their preference.

To define well-defined promo strategy, we once need to analysis data in terms of impacts of promos. In that case, since data is based on time series, we once referred to use time series decomposition. After we decomposed observed data into trend, seasonal, and residual components, We exposed the impact of promos clearly to make a decision which promo is better in each country.

In addition, we used Random Forest Regression in this forecasting problem to boost our decision.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].