JakeColtman / bartpy

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

Softbart #43

Open m1sta opened 5 years ago

m1sta commented 5 years ago

Has there been any consideration given to implementing softbart?

JakeColtman commented 5 years ago

Hi :) Thanks for the idea, I hadn't heard of softbart before, but the paper looks extremely interesting. I do most of my playing around with sin curves, so anything that makes them look smoother would be great. I'm going to give the paper a deeper read through and see how hard it would be to implement

duhd1993 commented 5 years ago

Could you give suggestions on smoothing tree model results? I know tree model provide high accuracy for my problem. But I need smooth results.