Home Regression Algorithm
Post
Cancel

Regression Algorithm

Summary

Regression algorithm that applies regularization and feature selection to deal with overfitted1 data. The method uses L1 regularization2.

Inputs

  • Numerical
  • Categorical

Preprocessing

  • Standizadizing the inputs.

Footnote

  1. definition ↩︎

  2. definition ↩︎

This post is licensed under CC BY 4.0 by the author.