Learn R Programming

APML0 (version 0.10)

Augmented and Penalized Minimization Method L0

Description

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.

Copy Link

Version

Install

install.packages('APML0')

Monthly Downloads

35

Version

0.10

License

GPL (>= 2)

Maintainer

Xiang Li

Last Published

January 19th, 2020

Functions in APML0 (0.10)

APML0-package

Augmented and Penalized Minimization Method L0
print.APML0

Print a APML0 Object
APML0

Fit a Model with Various Regularization Forms