marcotcr / lime

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

Unexpected keyword argument 'progress_bar' #660

Open sensationTI opened 2 years ago

sensationTI commented 2 years ago

Got an error that says "explain_instance() got an unexpected keyword argument 'progress_bar'". Lime's version=0.2.0.1

sharmajee499 commented 2 years ago

I am not sure what kind of module you are using meaning 'tabular', 'text', 'image' etc. However, the error means that there is no parameter named progress_bar in that method. Please check the official documentation here for more details on your specific explain_instance() method.

mcldwitt commented 1 year ago

I have the same issue with an image explainer where it states in the documentation that it should be a parameter within the lime_image module. using Lime version==0.2.0.1