Verifying the Assumptions of Linear Regression using Python and Stats Library|Part 2|Machines Learn

Published: 23 May 2021
on channel: Atul Patel
870
18

A video tutorial showing how you can verify or test the Linearity, multi-collinearity, normality, constant variance (homoscedasticity), and auto-correlation assumptions of the linear regression using Python and Statistical Methods.
Here I explained
How to test the Assumptions ?
What would be the problems if you don't verify the assumptions ?
How to solve if assumptions get failed ?


Below are the chapters which I explained in this long video.
0:00 Introduction
0:47 No multi-collinearity between independent variables
11:42 A Linear relation between dependent & independent variables
17:56 Residuals(errors) should be homoscedastic
29:06 Residuals should be normally distributed
35:13 No auto-correlation of the regression residuals

Part 1 Video Link :    • Assumptions of Linear Regression | Part1  

Python Notebook : https://github.com/atulpatelDS/Youtub...

#LinearRegression #DataScience #MachineLearning