├── .gitignore ├── LIME- Explaining the Predictions of Any Classifier __ RIBERIO.pdf ├── LIME-regression-example.ipynb ├── Pipfile ├── Pipfile.lock ├── README.md └── data └── auction_data.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/.gitignore -------------------------------------------------------------------------------- /LIME- Explaining the Predictions of Any Classifier __ RIBERIO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/LIME- Explaining the Predictions of Any Classifier __ RIBERIO.pdf -------------------------------------------------------------------------------- /LIME-regression-example.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/LIME-regression-example.ipynb -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/Pipfile -------------------------------------------------------------------------------- /Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/Pipfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/README.md -------------------------------------------------------------------------------- /data/auction_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlexIoannides/lime-interpretable-ml/HEAD/data/auction_data.csv --------------------------------------------------------------------------------