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: pipeline (Pipeline) test (ItemListCollection[tuple[int | str | bytes | integer[Any] | str_ | bytes_ | object_, ...]] | Mapping[int | str | bytes | integer[Any] | str_ | bytes_ | object_, ItemList]) n_jobs (int | None) Return type: ItemListCollection[tuple[int | str | bytes | integer[Any] | str_ | bytes_ | object_, …]]