A Python library for explainability of machine learinng algorithms in an agnostic, deterministic, and simple way.
Project description
A Python library for explainability of machine learinng algorithms in an agnostic, deterministic, and simple way.
- GitHub repo: https://github.com/pudu-py/pudu
- Documentation: https://pudu-py.github.io/pudu
- PyPI: https://pypi.python.org/pypi/pudu
- Conda-forge: https://anaconda.org/conda-forge/pudu
- Free software: MIT license
Introduction
pudu is a Python package that helps intepret and explore the results of machinme learning algorythms. It does this by quantifying the change
in probability according to the change in the features. This library works with any case that has a probability function, which is normally available in scikit-learn
and keras
methods, and works for both 1-d (vectrors) and 2-d problems (images). In order to see the exact procedure and format needed, please refer to the examples in the docs
.
Features
The following is a list of the main procedures that pudu package enables.
- Importance: estimates the absolute or relative importance of the features.
- Speed: calculates how fast a preditcion changes according to the changes in the features.
- Synergy: tests the synergy between features and the change in classification probability.
- Easy plotting of the results from the above.
Quickstart
-
Install this library using
pip
::pip install pudu
-
Install this library using
conda-forge
::conda install -c conda-forge pudu
-
Test it by running one of the examples in the
docs
. -
If you find this library useful, please consider a reference or citation as:
...
-
Stay up-to-date by updating the library using::
conda update pudu pip install --update pudu
-
If you encounter problems when updating, try uninstalling and then re-installing::
pip uninstall pudu conda remove pudu
Credits
This package was created with Cookiecutter and the giswqs/pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pudu-0.1.0.tar.gz
.
File metadata
- Download URL: pudu-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a45419c9620e2b9c4f53be8ca26e7b4e65945ac0feec070e6e2debec534290 |
|
MD5 | 2524c119ff01b510f371f392fd48897e |
|
BLAKE2b-256 | 472829017fcbab66c1862d10dc3d6ebc2dccc19cda47eaa8e49b53b02aa4eb0a |