Introduction

Regression analysis is one of the cornerstones of statistics, data science, and analytics. For decades, linear regression has been the first tool analysts reach for when trying to understand relationships between variables. Linear models are easy to interpret, computationally efficient, and often surprisingly effective. However, the...