Repository files navigation Simple_Linear_Regression_1
Predicting Delivery Time Using Sorting Time
Step 2 Performing EDA On Data
c.) Checking for Null Values
d.) Checking for Duplicate Values
Step 3 Plotting the data to check for outliers
Step 4 Checking the Correlation between variables
Step 5 Checking for Homoscedasticity or Hetroscedasticity
Step 6 Feature Engineering
a.) Trying different transformation of data to estimate normal distribution and to remove any skewness
Step 7 Fitting a Linear Regression Model
a.) Using Ordinary least squares (OLS) regression
b.) Square Root transformation on data
c.) Cube Root transformation on Data
d.) Log transformation on Data
a.) Test for Normality of Residuals (Q-Q Plot)
b.) Residual Plot to check Homoscedasticity or Hetroscedasticity
a.) Comparing different models with respect to their Root Mean Squared Errors
Step 10 Predicting values from Model with Log Transformation on the Data
About
Predicting Delivery Time Using Sorting Time
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.