Exploratory Data Analysis and Regression Modeling: by Isha Arora Nehalkumar Jesadiya Rohit Nanawati Shah Razak Mohammad
Exploratory Data Analysis and Regression Modeling: by Isha Arora Nehalkumar Jesadiya Rohit Nanawati Shah Razak Mohammad
ANALYSIS AND
REGRESSION MODELING
By
Isha Arora
NehalKumar Jesadiya
Rohit Nanawati
Shah Razak Mohammad
STATISTICAL SUMMARY
• describe() method computes summary of the
dataset
• It gives mean, median, std and IQR values.
DATA DISTRIBUTION OF
TARGET DATAPOINT WITH
STATISTICAL SUMMARY
The table shows the train_score, Test_score, Regression_score and Mean Squared Error for all the Regressions techniques
that we have performed in our project.
ANALYSIS RESULTS
CONCLUSION
• Analyzing results from models, it is easy to interpret that Random Forest Regressor is
performing best in terms of Mean Squared Error, Test and Train Score and Regression for 300
estimators.
• Values of LASO Regression, Ridge Regression and Linear Regression have nearly similar
values.
• The slight difference between two Random Forest Regressors is noticed. However, The one with
the 300 estimators provides optimal values and further can be used to predict the Bike Rental
Scenario
Thank You