lenskit.batch.predict#

lenskit.batch.predict(pipeline, test, *, n_jobs=None, **kwargs)#

Convenience function to batch-generate rating predictions (or other per-item scores) from a pipeline.

Parameters:
Return type:

ItemListCollection[tuple[int | str | bytes | integer[Any] | str_ | bytes_ | object_, …]]