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

Where are the source codes #35

Closed jtonh closed 1 year ago

jtonh commented 1 year ago

Hi,

In order to learn the details of the different algorithms and how to implement them, I am wondering whether the source codes of the different algorithms such as GAMI-Net, Unwrapping Deep ReLu, fairess, etc are available? What programing language do you use to write the algorithms?

Thanks,

ZebinYang commented 1 year ago

Hi @jtonh,

PiML is developed based on Python. However, the source codes are not open-sourced for the time being. For the GAMI-Net model, refer to the source codes (https://github.com/ZebinYang/gaminet) I developed years ago.