lenskit.batch.InvocationSpec#
- class lenskit.batch.InvocationSpec#
Specification for a single pipeline invocation, to record one or more pipeline component outputs for a test user.
- components: dict[str, str]#
The names of pipeline components to measure and return, mapped to their output names.
- items: ItemSource = None#
The target or candidate items (if any) to provide to the recommender (as the
itemsinput).