GitHunt
HM

HMJiangGatech/BoostingExp

Reproduction of the experiments of Boosting Pathwise Coordinate Optimization in High Dimensions

BoostingExp

The experiments in Boosting Pathwise Coordinate Optimization in High Dimensions
The proposed ASP-Newton method is implemented in the lastest version of picasso on CRAN: install.package

Dependency

Install old picasso
The old picasso implements the greedy/cyclic selection rule and can be installed by

install.packages("oldpicasso", repos = NULL, type="source")

Install spams
The accelerated proximal gradient method requires spams-R which can be installed by

install.packages("spams-R/spams", repos = NULL, type="source")

Linear Regression Experiments (Table 2)

source('linear/x.R')

Logistic Regression Experiments

source('logistic_regression/x.R')

Group Lasso

source('group_lasso/x.R')

Graph Estimation

source('graph_estimation/x.R')

Languages

C++67.2%R24.2%C8.3%Shell0.2%Inno Setup0.1%

Contributors

Created February 25, 2019
Updated January 10, 2020