JakeColtman / bartpy

Bayesian Additive Regression Trees For Python
https://jakecoltman.github.io/bartpy/
MIT License
219 stars 44 forks source link

predicting confidence intervals #70

Open esz1900 opened 1 year ago

esz1900 commented 1 year ago

Hi! One of the advantages of BART is that it provides confidence intervals (in addition to point estimates). Is there a way to obtain confidence intervals of model predictions using the bartpy library?