Business
Business
Prediction
USING MACHINE LEARNING
Data Second step is to Collect the Data from the various Source that
Collection are used in the Project
Data Third Step is to Explore the whole data in the Dataset and Deals
Exploring & with the null values and with outliers and make the Data more
Analysing
Understandable and Persentable and learn it
Model
Last step is to Deploy the model in our Business ideas
Deployment
ABOUT THIS PROJECT
In this Project We Are Going Predict the Sales
of the Big Mart using the machine Learning
algorithms
Here we Use different algorithms To see the
different Accuracy
Here we used the various python library to build this project like
Numpy, Pandas, Sk-learn and matplotlib .
Load the DataSets and Store in the Variable and show all the data sets
here We apply
Label encoding
on the Given
column and fit
into the Given
Data
In This Datasets The first Column are Not changable so We need To Drop It
Because it doesn't With Our Model
Then We Need To Distribute The Data Into Independent and Target Variable
After Applying Feature Scaling We Need To Apply Train Test Split It Simply Split
the Data Into Trained or Test Data
After Split The The data Into The Trained Or Test We Apply the The Model on The Data
Using model.score we
Checking the Score of Model
After Applying Linear Regression We Apply Ridge And Lasso Regression
Creating a Dictionaries
We can see that there are very less Accuracy with linear ,ridge and Lasso
regression
And Decision Tree is also a good Algorithms to build a model but Random
Forest is The ideal Choice to Build the model in this project Because they
Give very Maximum accuracy With low margin of error