Link

Gaussian Naive Bayes Classifier

Linear Methods

Regularization

  • Ridge vs LASSO

    A nice plot giving intuition why Ridge (L2) regularization tries to make parameters small whereas LASSO (L1) regularization tends to force some parameters towards zero, while others can stay large.

Encoding Data for ML Models

Dimensionality reduction