This is Day 32 of the #100DaysOfPython challenge. This post will demonstrate how to use regression with regularization using scikit-learn. We will be working from the code written in part three. Source code can be found on my GitHub repo okeeffed/regression-with-scikit-learn-part-four. Prerequisites Familiarity Conda package, dependency and virtual environment manager. A…