marcotcr / lime

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

Using LIME with sklearn pipelines #652

Open shreyakhandelwal07 opened 2 years ago

shreyakhandelwal07 commented 2 years ago

Hi, how can I use LIME to generate explanations for mixed data types (categorical and continuous)? I am using sklearn pipelines for the data transformation and classification.