Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 707 Bytes

image_examples.rst

File metadata and controls

27 lines (18 loc) · 707 Bytes

Image examples

These examples explain machine learning models applied to image data. They are all generated from Jupyter notebooks available on GitHub.

Image classification

Examples using :class:`shap.explainers.Partition` to explain image classifiers.

.. toctree::
    :glob:
    :maxdepth: 1

    example_notebooks/image_examples/image_classification/*


Image captioning

Examples using :class:`shap.explainers.Permutation` to produce explanations in a model agnostic manner.

.. toctree::
    :glob:
    :maxdepth: 1

    example_notebooks/image_examples/image_captioning/*