marcotcr / lime

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

How to handle binary features #744

Open loukasilias opened 2 months ago

loukasilias commented 2 months ago

Hello,

I have a dataframe of tabular data. Let's say that data columns are already in format of 0,1,2,3 etc. How can I handle these columns?

Thank you!