rayisaacalan/BASTION: Bayesian Additive Spanning Tree's Input / Output For Non-Parametric Regression

The Bayesian Additive Regression Spanning Trees model is a novel ensemble model for non-parametric regression intended to be used on data (especially spatial) that lies on a complex or constrained domain, or a space with an irregular shape embedded in Euclidean space. Existing ensemble models for non-parametric regression such as Bayesian Additive Regression Trees (BART) or XGBoost are very popular and effective, but these models rely on binary decision tree partition models as their weak learners. These binary decision tree partitions do not respect domain constraints as they only make splits parallel to Euclidean axes. At the core of the BAST model is a novel weak learner; a random spanning tree manifold partition model.

Getting started

Package details

Maintainer
LicenseGPL (>= 3)
Version2.0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rayisaacalan/BASTION")
rayisaacalan/BASTION documentation built on April 27, 2023, 2:06 p.m.