English

Handling Missing Data in Probabilistic Regression Trees: Methods and Implementation in R

Methodology 2025-10-07 v1 Machine Learning

Abstract

Probabilistic Regression Trees (PRTrees) generalize traditional decision trees by incorporating probability functions that associate each data point with different regions of the tree, providing smooth decisions and continuous responses. This paper introduces an adaptation of PRTrees capable of handling missing values in covariates through three distinct approaches: (i) a uniform probability method, (ii) a partial observation approach, and (iii) a dimension-reduced smoothing technique. The proposed methods preserve the interpretability properties of PRTrees while extending their applicability to incomplete datasets. Simulation studies under MCAR conditions demonstrate the relative performance of each approach, including comparisons with traditional regression trees on smooth function estimation tasks. The proposed methods, together with the original version, have been developed in R with highly optimized routines and are distributed in the PRTree package, publicly available on CRAN. In this paper we also present and discuss the main functionalities of the PRTree package, providing researchers and practitioners with new tools for incomplete data analysis.

Keywords

Cite

@article{arxiv.2510.03634,
  title  = {Handling Missing Data in Probabilistic Regression Trees: Methods and Implementation in R},
  author = {Taiane Schaedler Prass and Alisson Silva Neimaier and Guilherme Pumi},
  journal= {arXiv preprint arXiv:2510.03634},
  year   = {2025}
}

Comments

Associated R package PRTRee available on CRAN

R2 v1 2026-07-01T06:16:41.330Z