marcotcr / lime

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

Feature width not enough in notebook output -> cut with "..." #713

Open leoncena opened 1 year ago

leoncena commented 1 year ago

Hello all,

Is there a way to adjust the width of the HTML output in the notebook? In my dataset the names of the features are a bit longer and therefore I can't read them properly. I only see "..." as a sign for truncating. But can I change that effect? (Maybe increasing the width or decreasing font size?)

I discovered an old PR that had a similar issue. Is there any change on this in the meantime? (https://github.com/marcotcr/lime/issues/28)

Kind regards!