Interpretability of Random Forest Prediction for MNIST classification using LIME
Goal¶
This post aims to introduce how to interpret Random Forest classification for MNIST image using LIME
, which generates an explainer for each prediction to help human beings to understand what happens in the prediction.
Reference