.. skops documentation master file, created by
sphinx-quickstart on Thu May 5 11:43:45 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to skops's documentation!
=================================
``skops`` is a Python library helping you share your `scikit-learn
`__ based models and put them in production.
The library is still a work in progress and under active development. You can
find the source code and the development discussions on `Github
`__.
The following examples are good starting points:
- Improve your data science workflow with skops:
:ref:`sphx_glr_auto_examples_plot_california_housing.py`
- How to create a model card for your scikit-learn based model:
:ref:`sphx_glr_auto_examples_plot_custom_model_card.py`
- A text classification example:
:ref:`sphx_glr_auto_examples_plot_text_classification.py`
- More examples :ref:`here `
Refer to the :ref:`user guide ` to see how you can leverage model
cards for documenting your scikit-learn models and enabling reproducibility.
User Guide / API Reference
==========================
.. toctree::
:maxdepth: 2
installation
model_card
persistence
modules/classes
examples
Community / About
=================
.. toctree::
:maxdepth: 1
roadmap
community
changes
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`