Implement Gradient Boosted Feature Selection · Issue #508 · dmlc/xgboost

as described in http://alicezheng.org/papers/gbfs.pdf Basically it seems like: when measuring the goodness of a tree node split (for learning a regression tree), add a tunable constant penalty if t...