Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 387 Bytes

File metadata and controls

12 lines (8 loc) · 387 Bytes

LIME

LIME is a tool to make machine learning models explainable. It is a blackbox algorithm that simply requires a function that will generate the output of the model for given input.

What is it?

  1. wine_and_lime.ipynb: application of LIME to a random forest classification model for a Kaggle dataset on the quality of white wine.
  2. data: directory containing the data.