JakeColtman / bartpy

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

Difference with the alternative bartMachine #59

Open achamma723 opened 2 years ago

achamma723 commented 2 years ago

Hello, It is quite interesting to have an implementation of BART in python. However, when I tried this implementation with its alternative in R "bartMachine", the alternative was giving more promising results. Can you tell, if you had the time to explore it of course, the difference between your implementation and the one of bartMachine?

Thank you in advance :)