lenskit.implicit#
Classes
|
LensKit interface to |
|
LensKit interface to |
|
Base class for Implicit-backed recommenders. |
- class lenskit.implicit.BaseRec(delegate)#
-
Base class for Implicit-backed recommenders.
- Parameters:
delegate (RecommenderBase) – The delegate algorithm.
- matrix_: csr_matrix#
The user-item rating matrix from training.
- users_: Vocabulary#
The user ID mapping from training.
- items_: Vocabulary#
The item ID mapping from training.
- delegate: RecommenderBase#
The delegate algorithm from
implicit
.
- property is_trained#
Check if this model has already been trained.