Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 266 Bytes

File metadata and controls

18 lines (10 loc) · 266 Bytes

Regularization

Regularization methods for feature selection

Includes the following models:

• OLS model

• Stepwise AIC minimization model

• Exhaustive Cp minimization model

• Ridge model

• Elastic net model

• Lasso model

• Relaxed lasso model