awsm-research / PyExplainer

PyExplainer: A Local Rule-Based Model-Agnostic Technique (Explainable AI)
MIT License
29 stars 9 forks source link

Global model choice #4

Closed oathaha closed 3 years ago

oathaha commented 3 years ago

I encounter error when I want to use other global models apart from RandomForest.

I think the cause of error is the following code image

So I think it would be good if we can use any classification model that is based on sklearn.

MichaelFu1998-create commented 3 years ago

Yes, your guess is correct. Previously Kla said we only supported RF model. I can change the validation to all sklearn classification. Could you please confirm with Kla as well. Thank you!

MichaelFu1998-create commented 3 years ago

updated