marcotcr / lime

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

Description of Kernel_width in lime_image seems to be updated #618

Open remindchobits opened 3 years ago

remindchobits commented 3 years ago

In lime_image kernel width is a constant 0.25 instead of the sort(number of column) * 0.75? Maybe this is only for tabular data..

marcotcr commented 3 years ago

Correct, there is an error in the documentation, the default is just 0.25. Do you want to submit a very small pull request? :)