Skater
Skater copied to clipboard
Python Library for Model Interpretation/Explanations
The changes undo an initial mistake in the code where the function DeployedModel was accepting keyword arguments to specify the content type and headers, but overrode it in lines 96...
Great work! I just noticed a typo and thought you might want to correct it.
Updated the Python deployed model example to respect the API changes for both Skater and Lime since the example was written. Also replaced the binary trained model file with a...
Will update with more details.
There is currently a bug where if training_labels are not passed, but the datamanager is being asked to include y anyway in generate_sample. https://github.com/datascienceinc/Skater/blob/master/skater/core/global_interpretation/feature_importance.py#L98 I've also sped up data access...
I run !pip install skater in Google Colaboratory, and there is an error during the installation. You can try with the following notebook: https://colab.research.google.com/drive/1TzTqvQPDDczlXuxMHTX9ZaHjwBB7Ly7s Here is a copy / paste...
I try to generate the Surrogate Tree explainer based on your example code from GitHub but it fails. Below is the code: ``` %matplotlib inline import matplotlib.pyplot import matplotlib.pyplot as...
I try !pip install skater but get: `Collecting skater Downloading skater-1.1.2.tar.gz (96 kB) |████████████████████████████████| 96 kB 1.1 MB/s eta 0:00:01 Requirement already satisfied: scikit-learn>=0.18 in /opt/conda/lib/python3.7/site-packages (from skater) (0.23.2) Collecting...
As soon as I installed skater for this notebook, the Jupyter NB process starting running out of memory. I have 16 GB RAM with a GPU running a recently updated...
I am unable to get the Bayesian Rule List classifier to work from MacOS so far. I tried: - Installing skater with conda -> latest version does not include BRLC...