-
Predicting the future sales of 1C Russian company based on given 34months of sales data
-
This is one of the active problem in kaggle which is prediciting future sales of the 1C Russiun company. They have given past 34 months of data by using that we have to predict next month sales of each item in that company. Here we are using simple LSTM netwrok model to train our data. Before that we have lot of work to do.
-
Lets go and explore data.
-
At first we have to see the outliers in our dataset which means values which are distributed away from cluster of values. For our dataset we have seen plotted a boxplot to display it. Here is the Image of outliers.
-
after seeing the image we have a feeling that both item price and item cnt day columns have some outliers, so we will filter out them now. This image shows data without outliers.
-
After this step we have to see the correlation between each columns with dependent variable so we can know which independent factor effecting the dependent factor most. So we can see it below
-
After this step I remove all the unnecassary columns and cleaned data its now ready for splitting train and test sets. Here I used train set for model training and test set for predicting model accuracy.
-
After this step I fed data into LSTM model and it trained on our training data with loss- 4.395 And it pretty well performed on test set to predict future sale!!
-
Notifications
You must be signed in to change notification settings - Fork 0
Predicting the future sales of 1C Russian company based on given 34months of sales data
License
starkworld/Future-Sales-Prediction
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Predicting the future sales of 1C Russian company based on given 34months of sales data
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published