Skip to content

mlakolar/CoordinateDescent.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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