Files
shap--shap/docs/tabular_examples.rst
connortann df056ff308 MAINT: Bulk update repo links to point to new shap GH org (#3142)
* Bulk update repo links to point to new shap GH org

* Rename link in pyproject.toml

---------

Co-authored-by: Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com>
2023-07-27 16:13:05 +01:00

50 lines
1.1 KiB
ReStructuredText

Tabular examples
----------------
These examples explain machine learning models applied to tabular data. They are all generated from Jupyter
notebooks `available on GitHub <https://github.com/shap/shap/tree/master/notebooks/tabular_examples>`_.
Tree-based models
=================
Examples demonstrating how to explain tree-based machine learning models.
.. toctree::
:glob:
:maxdepth: 1
example_notebooks/tabular_examples/tree_based_models/*
Linear models
=============
Examples demonstrating how to explain linear machine learning models.
.. toctree::
:glob:
:maxdepth: 1
example_notebooks/tabular_examples/linear_models/*
Neural networks
===============
Examples demonstrating how to explain machine learning models based on neural networks.
.. toctree::
:glob:
:maxdepth: 1
example_notebooks/tabular_examples/neural_networks/*
Model agnostic
==============
Examples demonstrating how to explain arbitrary machine learning pipelines.
.. toctree::
:glob:
:maxdepth: 1
example_notebooks/tabular_examples/model_agnostic/*