This is a simple Shiny App, implementing an example about LIME by Christoph Molnar in his book Interpretable Machine Learning. All the code is orginally by Christoph Molnar with few modifications in the lime_explainer App as well as lime_explaier_script.
- Add other models.
- Turn other values into variables (e.g. Kernel size, sample size, etc.).
- Write better help text.
- Polish the App code and add comments.