JakeColtman / bartpy

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

Easy way to access PPD from Sklearn API? #49

Open bwood9999 opened 4 years ago

bwood9999 commented 4 years ago

Thanks for this implementation - huge time-saver. I'm trying to obtain the structure of the resulting posterior predictive distribution. I've been unable to find an attribute call in SklearnModel() for doing so and am wondering if I'm missing it/looking in the wrong place. TIA