SearcharxivSearch

arXiv subjects

Alisson Silva Neimaier

Publications and source records attributed to Alisson Silva Neimaier.

2 recordsLinked to original sources

Handling Missing Data in Probabilistic Regression Trees

Probabilistic Regression Trees (PRTrees) are a smooth and consistent alternative to classical regression trees, producing continuous predictions through probabilistic split assignments. This paper extends the PRTree framework to accommodate missing predictor values directly during tree construction, eliminating the need for prior imputation. Three strategies are proposed, each exploiting the available information differently: a uniform-probability approach, a partial-observation approach, and a dimension-reduced smoothing approach. These modifications are defined to preserve the fundamental probabilistic properties of the original methodology, including probability conservation and marginal compatibility, under arbitrary patterns of missing covariate values. The proposed methods are evaluated on several real-world datasets exhibiting different levels of missingness and are compared with classical regression trees. The results show that the effectiveness of probabilistic tree construction depends strongly on the treatment of missing observations. Across the considered datasets, the fill strategy emerged as the dominant modeling component, often exerting a larger influence on predictive performance than either the smoothing distribution or the proxy-selection criterion. In datasets where a substantial proportion of observations contained missing predictor values, the proposed methods frequently outperformed CART, while maintaining the interpretability and flexibility of tree-based models.

stat.ML

PRTree: An R Package for Probabilistic Regression Trees with Built-in Missing Data Handling

PRTree is an R package for fitting Probabilistic Regression Trees (PRTrees), a class of regression trees that replaces deterministic splits with probabilistic associations to produce smooth prediction functions. The package implements both the original methodology and its recent extension for handling missing predictor values, allowing model fitting and prediction directly from incomplete datasets without prior imputation. It provides a unified framework for model fitting, prediction, visualization, smoothing-parameter selection, cross-validation, and model diagnostics through a standard R interface. Computationally intensive routines are implemented in FORTRAN, while the high-level interface follows the usual R workflow based on S3 classes and generic methods. This paper reviews the underlying methodology, describes the software architecture and main package components, and illustrates their use through reproducible examples.

stat.ME