Weaknesses of OLS, Optimization to Obtain the Ridge Model Estimator, and an Implementation in Python Using Numpy — Hello again and hopefully welcome back 👋 In the last part of this three-part deep-dive exploration into regularized linear regression modeling techniques, several topics were covered: the equation between the response and feature variables underlying linear regression models, the sum of squared error (SSE) loss function, the Ordinary Least Squares…