SelfExplainML / PiML-Toolbox

PiML (Python Interpretable Machine Learning) toolbox for model development & diagnostics
https://selfexplainml.github.io/PiML-Toolbox
Apache License 2.0
912 stars 109 forks source link

GAMI-Tree implementation #34

Open isty2e opened 1 year ago

isty2e commented 1 year ago

It looks like GAMI-Tree is an extension/variant of EBM and GAMI-Net. GAMI-Tree utilizes model-based trees and boosting for describing main and interaction effects instead of neural networks, and there are a few additional algorithms for interaction filtering and iterative fitting. Perhaps it is more computationally efficient, though there is no speed comparison benchmark in the paper. I wonder if there is any plan to implement this method in PiML-Toolbox.