eli5
Predictive model debugger
A Python package for debugging and explaining predictions of machine learning classifiers
A library for debugging/inspecting machine learning classifiers and explaining their predictions
262 stars
5 watching
42 forks
Language: Jupyter Notebook
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dask/dask-ml | A Python library for scalable machine learning using Dask alongside popular ML libraries | 902 |
ionelmc/python-manhole | A tool for interactive debugging of Python applications | 374 |
locuslab/e2e-model-learning | Develops an approach to learning probabilistic models in stochastic optimization problems | 200 |
microprediction/timemachines | Provides a simple and unified interface to various univariate time-series prediction algorithms | 405 |
rmarko/explainprediction | An R package for explaining the predictions made by machine learning models in data science applications. | 2 |
mi2datalab/pybreakdown | A Python implementation of a method to explain the predictions of machine learning models | 41 |
ericjang/tdb | A tool for interactive debugging and visualization of deep learning models during training | 1,356 |
packtpublishing/machine-learning-for-streaming-data-with-python | A comprehensive guide to building machine learning models for streaming data in Python | 68 |
uber/manifold | An interactive tool to help machine learning practitioners visualize and debug their models' performance by comparing predictions to ground truth data. | 1,651 |
gmonce/scikit-learn-book | Source code and data for a machine learning book with Python tutorials | 393 |
interpretml/dice | Provides counterfactual explanations for machine learning models to facilitate interpretability and understanding. | 1,364 |
mlcommons/inference | Measures the performance of deep learning models in various deployment scenarios. | 1,236 |
google/edward2 | A tool for writing probabilistic models and manipulating their computation | 679 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
andosa/treeinterpreter | Provides a way to decompose scikit-learn model predictions into bias and feature contribution components. | 745 |