marcotcr / lime

Lime: Explaining the predictions of any machine learning classifier
BSD 2-Clause "Simplified" License
11.4k stars 1.79k forks source link

Problem about explaning classifier from Nimbusml package. #711

Open chenz1hao opened 1 year ago

chenz1hao commented 1 year ago

I want use LIME to interprete classifiers trained by nimbusml, this package has also a predict_proba function which LIME needs( the usage basically the same from my simple experiment) but I always got the following error, Seems like the error from Nimbusml: image

lime.lime_tabular.LimeTabularExplainer is fine goes wrong when interprets sample explainer.explain_instance So I wonder is there any process in explainer.explain_instance function ?

image image