L0Learn: A Scalable Package for Sparse Learning using L0 Regularization

Hussein Hazimeh,Rahul Mazumder,Tim Nonet
2023-06-10
Abstract:We present L0Learn: an open-source package for sparse linear regression and classification using $\ell_0$ regularization. L0Learn implements scalable, approximate algorithms, based on coordinate descent and local combinatorial optimization. The package is built using C++ and has user-friendly R and Python interfaces. L0Learn can address problems with millions of features, achieving competitive run times and statistical performance with state-of-the-art sparse learning packages. L0Learn is available on both CRAN and GitHub (<a class="link-external link-https" href="https://cran.r-project.org/package=L0Learn" rel="external noopener nofollow">this https URL</a> and <a class="link-external link-https" href="https://github.com/hazimehh/L0Learn" rel="external noopener nofollow">this https URL</a>).
Machine Learning,Mathematical Software,Computation
What problem does this paper attempt to address?