marcotcr / lime

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

Handle Categorical columns #521

Closed kanavanand closed 4 years ago

kanavanand commented 4 years ago

Hi I am having a dataset where I have categorical columns which I am feeding to Light Gbm model. Is there any way I can feed the categorical columns to training set directly instead of converting it to first OHE. Thanks