JakeColtman / bartpy

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

Accessing the Ensemble #68

Open JavalVyas2000 opened 1 year ago

JavalVyas2000 commented 1 year ago

Hi. I am new to BART implementation. I am not sure if the BART implementation stores the trees of the ensemble, but if it does can someone tell me how can I access them?

Thanks