Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 669 Bytes

CoordinateDescent.jl

Build Status codecov

Implements coordinate descent for a smooth function plus penalty that decomposes across coordinates.

Curently a naive version of the active-set coordinate descent is implemented that works for L1 and weighted L1 penalty.

Examples:

  • Lasso
  • Sqrt-Lasso
  • Scaled-Lasso

Package depends on ProximalBase.jl