lenskit.batch.recommend#

lenskit.batch.recommend(pipeline, users, n=None, candidates=None, *, n_jobs=None, **kwargs)#

Convenience function to batch-generate recommendations from a pipeline. This is a batch version of lenskit.recommend().

Todo

Support more inputs than just user IDs.

Stability:
Caller (see Stability Levels).
Parameters:
Return type:

ItemListCollection[UserIDKey]