:orphan: .. title:: Teacher documentation .. module:: teacher ################################## Teacher |release| documentation ################################## Teacher is a Python library for explaining machine learning models. ************ Installation ************ .. grid:: 1 1 2 2 .. grid-item:: Install using `pip `__: .. code-block:: bash pip install teacher-xai .. grid-item:: Install using `conda `__: .. code-block:: bash conda install ... Further details are available in the :doc:`Installation Guide `. ****************** Learning resources ****************** .. grid:: 1 1 2 2 .. grid-item-card:: :class-header: sd-bg-light :padding: 2 Tutorials ^^^ - `Introductory tutorials <../tutorials/index.html>`_ .. grid-item-card:: :class-header: sd-bg-light :padding: 2 How-tos ^^^ - :doc:`Teacher FAQ ` .. grid-item-card:: :class-header: sd-bg-light :padding: 2 Understand how Teacher works ^^^ - The explanation in the :doc:`Users guide ` .. grid-item-card:: :class-header: sd-bg-light :padding: 2 Reference ^^^ - :doc:`API Reference ` ************ Contributing ************ Teacher is a community project maintained for and by its users. There are many ways you can help! - Report a bug or request a feature `on GitHub `__ - or improve the :ref:`documentation and code ` .. toctree:: :maxdepth: 2 :hidden: users/getting_started/index.rst users/installing/index.rst .. toctree:: :maxdepth: 1 :hidden: tutorials/index.rst .. toctree:: :maxdepth: 2 :hidden: api/index.rst devel/index.rst users/project/index.rst