paper-with-me

Papers

Cross-Validated Variable Selection in Tree-Based Methods Improves Predictive Performance

2015-12-10 · Amichai Painsky, Saharon Rosset

Recursive partitioning approaches producing tree-like models are a long standing staple of predictive modeling, in the last decade mostly as ``sub-learners'' within state of the art ensemble methods like Boosting and Random Forest. However, a fundamental flaw in the partitioning (or splitting) rule of commonly used tree building methods precludes them from treating different types of variables equally. This most clearly manifests in these methods' inability to properly utilize categorical variables with a large number of categories, which are ubiquitous in the new age of big data. Such variables can often be very informative, but current tree methods essentially leave us a choice of either not using them, or exposing our models to severe overfitting. We propose a conceptual framework to splitting using leave-one-out (LOO) cross validation for selecting the splitting variable, then performing a regular split (in our case, following CART's approach) for the selected variable. The most important consequence of our approach is that categorical variables with many categories can be safely used in tree building and are only chosen if they contribute to predictive power. We demonstrate in extensive simulation and real data analysis that our novel splitting approach significantly improves the performance of both single tree models and ensemble methods that utilize trees. Importantly, we design an algorithm for LOO splitting variable selection which under reasonable assumptions does not increase the overall computational complexity compared to CART for two-class classification. For regression tasks, our approach carries an increased computational burden, replacing a O(log(n)) factor in CART splitting rule search with an O(n) term.

📄 PDF Abstract BibTeX arXiv:1512.03444

Code (0)

등록된 구현이 없습니다.

Tasks

Variable Selection

Similar Papers 제목 키워드 기반

Regression Trees and Random forest based feature selection for malaria risk exposure prediction

2016-06-24 · Bienvenue Kouwayè

This paper deals with prediction of anopheles number, the main vector of malaria risk, using environmental and climate variables. The variables selection is based on an automatic machine learning method using regression …

BIG-bench Machine LearningCPUfeature selectionMalaria Risk Exposure Prediction+2

Variable selection with missing data in both covariates and outcomes: Imputation and machine learning

2021-04-06 · Liangyuan Hu, Jung-Yi Joyce Lin, Jiayi Ji

The missing data issue is ubiquitous in health studies. Variable selection in the presence of both missing covariates and outcomes is an important statistical research topic but has been less studied. Existing literature…

BIG-bench Machine LearningImputationregressionVariable Selection

Selective Cascade of Residual ExtraTrees

2020-09-29 · Qimin Liu, Fang Liu

We propose a novel tree-based ensemble method named Selective Cascade of Residual ExtraTrees (SCORE). SCORE draws inspiration from representation learning, incorporates regularized regression with variable selection feat…

PredictionregressionRepresentation LearningVariable Selection

FREEtree: A Tree-based Approach for High Dimensional Longitudinal Data With Correlated Features

2020-06-17 · Yuancheng Xu, Athanasse Zafirov, R. Michael Alvarez, Dan Kojis 외

This paper proposes FREEtree, a tree-based method for high dimensional longitudinal data with correlated features. Popular machine learning approaches, like Random Forests, commonly used for variable selection do not per…

ClusteringComputational Efficiencyfeature selectionVariable Selection

Nonparametric Variable Screening with Optimal Decision Stumps

2020-11-05 · Jason M. Klusowski, Peter M. Tian

Decision trees and their ensembles are endowed with a rich set of diagnostic tools for ranking and screening variables in a predictive model. Despite the widespread use of tree based variable importance measures, pinning…

DiagnosticModel SelectionVariable Selection