Fast Best-Subset Selection
copied from cf-staging / abessabess (Adaptive BEst-Subset Selection) library aims to solve general best subset selection, i.e., find a small subset of predictors such that the resulting model is expected to have the highest accuracy. This library implements a generic algorithm framework to find the optimal solution in an extremely fast way. This framework now supports the detection of best subset under: linear regression, (multi-class) classification, censored-response modeling, multi-response modeling (a.k.a. multi-tasks learning), etc. It also supports the variants of best subset selection like group best subset selection. Especially, the time complexity of (group) best subset selection for linear regression is certifiably polynomial.