Custom ADMM Lasso Implementation

  • Tech Stack: Python, Math, Statistics
  • Github URL: Project Link

Custom implementation of the Lasso regression using the Alternating Direction Method of Multipliers (ADMM) and results contrast with the Lasso implementation in scikit-learn.

Self explainatory and self documented code with the help of comments and markdown cells.