marcotcr / lime

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

Callback function to handle progress updates while LIME is working #569

Closed haimat closed 3 years ago

haimat commented 3 years ago

We have developed a GUI application for training and testing our TF models. Now I would like to integrate your LIME library into this application. Therefore I don't need the progress bar in STDOUT, but instead implemented in our GUI.

Is there any way to get the progress of the operation from the LimeImageExplainer while running, e.g. via a callback function?

marcotcr commented 3 years ago

Sorry, we don't support that, you'd have to do it yourself : )