Linear Regression Through Code - Part 1
#Tutorial In an earlier blog post, I have spoken about "What is Regression?" and the basic linear equation too. This is one of the simplest algorithms but has solved many problems historically and still is very powerful for many use-cases. The explainability of the predictions is high and hence favoured in the data science community. When you have one independent variable and one dependent variable, we call it simple linear regression. Practically, this is rarely used as no p