Ridge and LASSO are two important regression models which comes handy when Linear Regression fails to work.This topic needed a different mention without it's important to understand COST function and the way it's calculated for Ridge,LASSO, and any ...
Continue readingLinear Regression Part 3 – Evaluation of the model
TheDataMonk
Grand Master
Uncategorized
Comments Off on Linear Regression Part 3 – Evaluation of the model
1038 views
Check out Part 1 and Part 2 of the series before going furtherLinear Regression Part 1 - Assumption and Basics of LRLinear Regression Part 2 - Code and implementation of model If you ...
Continue readingLinear Regression Part 2 – Implementation of LR
TheDataMonk
Grand Master
Uncategorized
Comments Off on Linear Regression Part 2 – Implementation of LR
1083 views
We already know the assumptions of the Linear Regression. We will quickly go through the implementation part of the Linear Regression. We will be using R for this article(Read Sometimes, I am more comfortable in R :P )Remember ...
Continue readingAssumptions Of Linear Regression – Part 1
Here we will talk about the assumptions of Linear Regression which will let you understand LR and will help you tackle questions in your interview. I personally know a handful of candidates who have bosted themselves as a ...
Continue reading