Weekly Project Report (Week 2)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Weekly Project Report(Week 2)

Team Members
Shubham S Patil
Ruthvik R
Project
Walmart Stores Sales Forecasting
Summary
● Requirement Analysis
1) Software Requirements
Anaconda Python
Spyder IDE
2) Tools( Python packages)
Pandas
Matplotlib
Sklearn
PyQt

● Algorithm (Regression Tree)


1) Import the dataset
2) Divide the data into independent matrix X and dependent vector Y, i.e.,
X=Store,Dept,isholiday
Y=Weekly_profit
3) Divide the data into test and training sets
4) Fit the DecisionTreeRegressor on the training data set
5) Predict the weekly_sales for the test data set

● Algorithm (Prediction of sales for upcoming years for a specified Dept


of Store)
1) Add the weekly sales upto 6 months
2) Plot the year v/s sales with scale of 6 months
3) Find the correlation between the data using the plot and manually select the
data model if necessary to predict future sales

You might also like