DEV Community

The Nerdy Dev
The Nerdy Dev

Posted on

πŸ‘©πŸ»β€πŸ’»πŸ‘¨πŸ»β€πŸ’» Let's create a Project - Applying Linear Regression on a dataset - part 2

In this video, we will complete the implementation that we had started in the previous video using Python. We are going to write the complete code for the regression model using Pure Python without using scikit-learn. We will plot the regression model, make predictions for unforeseen data, compute the RSS, Residual Standard Error in general and over an interval. Finally, we will evaluate the performance metrics of the model to compute the statistical power of prediction of our model using the values of RSS and TSS that we get to get the value for RSE and R_Squared.

πŸ±β€πŸ’» πŸ±β€πŸ’» Course Links:
Complete Code - https://github.com/The-Nerdy-Dev
Visual Studio Code - https://code.visualstudio.com
Git - https://git-scm.com/downloads


Support my channel:
πŸ’œ Join the Discord community πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦: https://discord.gg/fgbtN2a
πŸ’œ One time donations via PayPal
Thank you! πŸ™


Follow me on:
πŸ‘‰ Twitter: https://twitter.com/The_Nerdy_Dev
πŸ‘‰ Instagram: https://instagram.com/thenerdydev
πŸ‘‰ My Blog: https://the-nerdy-dev.com

Top comments (0)