/lasso

This is implementation of Coordinate Descent for Lasso.

Primary LanguagePythonMIT LicenseMIT

Lasso

Overview

This is implementation of Lasso.

See the following blog entries written in Japanese for details of algorithm.

Tested environment

  • python==3.8.3
  • numpy==1.18.5
  • sklearn==0.23.2