SelfExplainML / PiML-Toolbox

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

GLM with cross validation #27

Closed xloffree closed 1 year ago

xloffree commented 1 year ago

Hi,

I want to run GLM with cross validation and then view the interpretability results with PiML. I tried to do the following but got an error. How can I do this?

Thank you

image

CnBDM-Su commented 1 year ago

@xloffree It seems I cannot reproduce your error. Can you try to input numpy.array instead of pandas.Dataframe? image