CRAN/E | APML0

APML0

Augmented and Penalized Minimization Method L0

Installation

About

Fit linear, logistic and Cox models regularized with L0, lasso (L1), elastic-net (L1 and L2), or net (L1 and Laplacian) penalty, and their adaptive forms, such as adaptive lasso / elastic-net and net adjusting for signs of linked coefficients. It solves L0 penalty problem by simultaneously selecting regularization parameters and performing hard-thresholding or selecting number of non-zeros. This augmented and penalized minimization method provides an approximation solution to the L0 penalty problem, but runs as fast as L1 regularization problem. The package uses one-step coordinate descent algorithm and runs extremely fast by taking into account the sparsity structure of coefficients. It could deal with very high dimensional data and has superior selection performance.

Key Metrics

Version 0.10
Published 2020-01-19 1342 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks APML0 results

Downloads

Last 24 hours 0 -100%
Last 7 days 47 -37%
Last 30 days 272 -8%
Last 90 days 801 -20%
Last 365 days 3.777 -38%

Maintainer

Maintainer

Xiang Li

spiritcoke@gmail.com

Authors

Xiang Li
Shanghong Xie
Donglin Zeng
Yuanjia Wang

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

APML0 archive

Depends

Matrix ≥ 1.2-10

Imports

Rcpp ≥ 0.12.12

LinkingTo

Rcpp
RcppEigen