Package: L0Learn Type: Package Title: Fast Algorithms for Best Subset Selection Version: 2.0.5 Date: 2022-02-13 Authors@R: c( person("Hussein", "Hazimeh", email = "hazimeh@mit.edu", role = c("aut", "cre")), person("Rahul", "Mazumder", email = "rahulmaz@mit.edu", role = "aut"), person("Tim", "Nonet", email = "tim.nonet@gmail.com", role = "aut")) Description: Highly optimized toolkit for approximately solving L0-regularized learning problems (a.k.a. best subset selection). The algorithms are based on coordinate descent and local combinatorial search. For more details, check the paper by Hazimeh and Mazumder (2020) <10.1287/opre.2019.1919>. URL: https://github.com/hazimehh/L0Learn https://pubsonline.informs.org/doi/10.1287/opre.2019.1919 BugReports: https://github.com/hazimehh/L0Learn/issues License: MIT + file LICENSE Depends: R (>= 3.3.0) SystemRequirements: C++11 Imports: Rcpp (>= 0.12.13), Matrix, methods, ggplot2, reshape2, MASS LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.1.1 Encoding: UTF-8 Suggests: knitr, rmarkdown, testthat, pracma, raster, covr VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://hazimehh.r-universe.dev Date/Publication: 2023-09-14 02:18:55 UTC RemoteUrl: https://github.com/hazimehh/l0learn RemoteRef: HEAD RemoteSha: 3f695c567e626da023990a0c7287d9f1b0cb2126 NeedsCompilation: yes Packaged: 2026-07-03 20:39:01 UTC; root Author: Hussein Hazimeh [aut, cre], Rahul Mazumder [aut], Tim Nonet [aut] Maintainer: Hussein Hazimeh