NeurIPS 2023spotlight1 citations
VaRT: Variational Regression Trees
Abstract
Decision trees are a well-established tool in machine learning for classification and regression tasks. In this paper, we introduce a novel non-parametric Bayesian model that uses variational inference to approximate a posterior distribution over the space of stochastic decision trees. We evaluate the model's performance on 18 datasets and demonstrate its competitiveness with other state-of-the-art methods in regression tasks. We also explore its application to causal inference problems. We provide a fully vectorized implementation of our algorithm in PyTorch.
Probabilistic Machine LearningVariational InferenceBayesian InferenceBayesian Nonparametrics
BibTeX
@inproceedings{
salazar2023vart,
title={Va{RT}: Variational Regression Trees},
author={Sebastian Salazar},
booktitle={Thirty-seventh Conference on Neural Information Processing Systems},
year={2023},
url={https://openreview.net/forum?id=qJRlz3SucN}
}