marcotcr / lime

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

Multi output regression support #664

Open genny92cst opened 2 years ago

genny92cst commented 2 years ago

Hi everybody. Since i am training models that present multiple dependant variables, i was wondering if Lime supports this kind of problems, and eventually how to obtain them. I am working with, k-nn and 2 svr models both coming with scikitmodels, and a cnn developed using tensorflow.