lime icon indicating copy to clipboard operation
lime copied to clipboard

Lime: Explaining the predictions of any machine learning classifier

Results 121 lime issues
Sort by recently updated
recently updated
newest added

Hi, i have trouble to use 3d input data of my dnn. Does lime support 3d input somehow?

Using **LimeTabularExplainer** class, I am trying to understand what local model is used to explain a single instance. According to documentation, **sklearn.linear_model.Ridge** is the default model. If this is case,...

I saw that the sampling in Lime `lime_tabular.py` is doing the following: `data = data * scale + instance_sample` or `data = data * scale + mean` May I know...

Is it possible to calculate the r2 score of the surrogate model? Can this feature be added?

Hello Marco! I have an issue with grayscale images. If I understand correctly, when using grayscale what I gotta do is: 1 - Convert image (1 x img_width x img_height...

Hello, I am using lime to get interpretation about a classification problem. First, I am using Flaubert Tokenizer (also I tried different tokenizer and had the same problem) to transfer...

Hope everyone is holding on tight, we're soon at Christmas! Hi, as I have already made a post about the issue in detail over at stackexchange, I'll just post the...

Add predict_fn_accept_dense_only to explain_instance. When data_row (of explain_instance) is scipy.sparse.matrix but the model was NOT trained with scipy.sparse.matrix, the predict_fn_accept_dense_only convert inverse to dense before call predict_fn (and then back...

Hi LIME community, Thanks for the help or any lead in advance. One thing we are looking for is to provide a background data for LIME at the time of...

The top_label is the number of classes? My problem has 4 classes, even if I put a top_label=10 it always returns 4