lenskit/lkpy

View on GitHub
docs/api/pipeline.rst

Summary

Maintainability
Test Coverage
Pipeline API
============

.. py:module:: lenskit.pipeline

This page documents the LensKit pipeline API, exposed in the
:mod:`lenskit.pipeline` module.

Pipeline Classes
----------------

.. autosummary::
    :toctree: .
    :nosignatures:
    :caption: Data Sets

    ~lenskit.pipeline.Pipeline
    ~lenskit.pipeline.Node

Component Interface
-------------------

These are the interfaces and classes you need to reference when building new
LensKit components.

.. autosummary::
    :toctree: .
    :nosignatures:

    ~lenskit.pipeline.ConfigurableComponent
    ~lenskit.pipeline.TrainableComponent
    ~lenskit.pipeline.AutoConfig

Standard Pipelines
------------------

.. autosummary::
    :toctree: .
    :nosignatures:

    ~lenskit.pipeline.topn_pipeline