Theoretical Deep Dive Into Linear Regression

<p>Most aspiring data science bloggers do it: write an introductory article about linear regression &mdash; and it is a natural choice since this is one of the first models we learn when entering the field. While these articles are great for beginners, most do not go deep enough to satisfy senior data scientists.</p> <p>So, let me guide you through some unsung, yet refreshing details about linear regression that will make you a better data scientist (and give you bonus points during interviews).</p> <p><em>This article is quite math-heavy, so in order to follow, it is beneficial to have some solid foundation with probabilities and calculus.</em></p> <h1>The Data Generation Process</h1> <p>I&rsquo;m a big fan of thinking about the data generation process when modeling. People who dealt with Bayesian modeling know what I mean, but for the others: Imagine you have a dataset (<em>X</em>,&nbsp;<em>y</em>) consisting of samples (<em>x</em>,&nbsp;<em>y</em>). Given&nbsp;<em>x</em>, how to get to a target&nbsp;<em>y</em>?</p> <p><a href="https://towardsdatascience.com/theoretical-deep-dive-into-linear-regression-e53c579aef5b">Visit Now</a></p>