LASSO Regression in R (Part Two)

In Part Two of the LASSO (Least Absolute Shrinkage & Selection Operator) regression tutorial, I demonstrate how to compare and evaluate a LASSO regression model with an ordinary least squares (OLS) multiple linear regression model, both using k-fold cross-validation. This is a continuation of the Part One, which you can find here:    • LASSO Regression in R (Part One)   Other videos from my "R Tutorials" playlist can be found here:    • R Tutorials   The data file(s) referenced in this R tutorial (and other R tutorials on this playlist) can be downloaded as a compressed (zipped) folder by visiting the following link: https://github.com/davidcaughlin/R-Tu.... Click "Clone or Download" followed by "Download ZIP".