Scikit-Explain Documentation

scikit-explain is a user-friendly Python module for machine learning explainability. Current explainability products includes

These explainability methods are discussed at length in Christoph Molnar’s Interpretable Machine Learning. A primary feature of scikit-learn is the accompanying plotting methods, which are desgined to be easy to use while producing publication-level quality figures. Lastly, computations in scikit-explain do leverage parallelization when possible.

The package is under active development and will likely contain bugs or errors. Feel free to raise issues! If you employ scikit-explain in your research, please cite this github and the relevant packages listed above.

Installation

pip install scikit-explain

Documentation

Contribute

  • Issue Tracker: github.com/monte-flora/scikit-explain/issues

  • Source Code: github.com/monte-flora/scikit-explain

Support

If you are having issues, please let us know. We have a mailing list located at: monte.flora@noaa.gov

License

The project is licensed under the BSD license.