Linear Regression and its Cousins

Javern Wilson

4/1/2020

Introduction

Models to be discussed:

Introduction

Each model can be written in the form directly or indirectly:

Objective: Each of these models seeks to find estimates of the parameters so that the sum of the squared errors or a function of the sum of the squared errors is minimized. The estimates fall along the spectrum of the bias-variance trade-off.

Introduction

Overall Advantages of models:

Overall Disadvantages on models:

What is Ordinary Linear Regression?

Objective:

What is Ordinary Linear Regression?

Preprocessing techniques:

What is Ordinary Linear Regression?

If too many predictors remain after preprocessing steps… - Danger: Overfitting - Lacks degree of freedom

Alternatives:

What is Ordinary Linear Regression?

Limitations:

Cousins Of Linear Regression

Penalized Methods (a.k.a. Regularization, Shrinkage Methods)


Regression Models: Ridge, Lasso, Elastic Net

Cousins Of Linear Regression

Ridge Regression

Cousins Of Linear Regression

Lasso Regression

Cousins Of Linear Regression

Elastic Net Regression