Pipeline API#
This page documents the LensKit pipeline API, exposed in the
lenskit.pipeline
module.
Pipeline Classes#
|
LensKit recommendation pipeline. |
|
Builder for LensKit recommendation pipelines. |
|
Full results of running a pipeline. |
|
Representation of a single node in a |
|
Type for accepting lazy inputs from the pipeline runner. |
Component Interface#
These are the interfaces and classes you need to reference when building new LensKit components.
|
Base class for pipeline component objects. |
Standard Pipelines#
|
Builder to help assemble common pipeline patterns. |
|
Create a pipeline that produces top-N recommendations using a scoring model. |
|
Create a pipeline that predicts ratings, but does not include any ranking capabilities. |
Serialized Configurations#
|
Root type for serialized pipeline configuration. |