JakeColtman / bartpy

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

Please, add Monotonic Constraints feature #47

Open buhbuhtig opened 4 years ago

buhbuhtig commented 4 years ago

XGBoost recently added the ability to enforce monotonicity constraints on any features used in a boosted model , so I suppose it will be natural enhancement for bartpy. May be it will help: https://arxiv.org/pdf/1612.01619.pdf Thx!