Best Fit Line in Linear RegressionThe best fit line in linear regression is the one which tries to minimize the Residual sum of squares.It is the line which is supposed to give the best predictions on the unseen ...
Continue readingRegression Line vs Line of Best Fit
Regression Line vs Line of Best Fit,understand the difference between the two concepts of Linear RegressionRegression Line vs Line of Best Fit The regression line (curve) consists of the expected values of a variable ...
Continue readingMachine Learning using SQL – Day 6/100
The below article is the intellectual property of Ashish Kohli. This is one such article which actually powers the ability of SQL. Give it a read guys. Yes, you read that one right! One ...
Continue readingLinear Regression Part 2 – Implementation of LR
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