marcotcr / lime

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

Unable to disable progress_bar #622

Closed ngjinshan closed 3 years ago

ngjinshan commented 3 years ago

explain_instance() got an unexpected keyword argument 'progress_bar' when i tried to set progress_bar=False 1 2

marcotcr commented 3 years ago

Try cloning the repository and installing with pip install -e .