Bayesian Additive Regression Trees (BART) provide flexible nonparametric modeling of covariates for continuous, binary, categorical and time-to-event outcomes. The method is described in a paper authored by Robert McCulloch and others. Implementation details and data are sourced from the paperswithcode platform.
Use Cases
- Modeling continuous outcomes based on the nonparametric regression framework
- Predicting binary or categorical outcomes using the Bayesian tree ensemble
- Analyzing time-to-event outcomes based on the flexible modeling approach
Strengths
- Method provides flexible nonparametric modeling for multiple outcome types
- Based on a published statistical method authored by Robert McCulloch
Limitations
- Column-level documentation is absent; field semantics must be inferred after download
- Row count is unknown, which may limit suitability assessment
Provenance
- Source
- paperswithcode