Batch Operations#
The lenskit.batch
module provides support for applying pipelines to
batches of test data, primarily for offline evaluation. See Batch-Running Pipelines for
usage instructions.
Apply a pipeline to a collection of test users. |
|
Results from a batch recommendation run. |
|
Convenience function to batch-generate rating predictions (or other per-item scores) from a pipeline. |
|
Convenience function to batch-generate recommendations from a pipeline. |
Support Types#
Specification for a single pipeline invocation, to record one or more pipeline component outputs for a test user. |