- Notifications
You must be signed in to change notification settings - Fork23
30lm32/ml-time-series-analysis-on-sales-data
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
| 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 usetime series decomposition. After we decomposedobserved data intotrend,seasonal, andresidual components, We exposed the impact of promos clearly to make a decision which promo is better in each country.
In addition, we usedRandom Forest Regression in this forecasting problem to boost our decision.
About
Time Series Decomposition techniques and random forest algorithm on sales data
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
