SPSP: Selection by Partitioning the Solution Paths

An implementation of the feature Selection procedure by Partitioning the entire Solution Paths (namely SPSP) to identify the relevant features rather than using a single tuning parameter. By utilizing the entire solution paths, this procedure can obtain better selection accuracy than the commonly used approach of selecting only one tuning parameter based on existing criteria, cross-validation (CV), generalized CV, AIC, BIC, and extended BIC (Liu, Y., & Wang, P. (2018) <doi:10.1214/18-EJS1434>). It is more stable and accurate (low false positive and false negative rates) than other variable selection approaches. In addition, it can be flexibly coupled with the solution paths of Lasso, adaptive Lasso, ridge regression, and other penalized estimators.

Package details

AuthorXiaorui (Jeremy) Zhu [aut, cre], Yang Liu [aut], Peng Wang [aut]
MaintainerXiaorui (Jeremy) Zhu <zhuxiaorui1989@gmail.com>
LicenseGPL (>= 2)
Version0.2.0
URL https://xiaorui.site/SPSP/ https://github.com/XiaoruiZhu/SPSP
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("SPSP")

Try the SPSP package in your browser

Any scripts or data that you put into this service are public.

SPSP documentation built on Oct. 23, 2023, 1:07 a.m.