models
Recommendation models (rectools.models)
Convenient wrappers for popular recommendation algorithms (ItemKNN, ALS, LightFM), also some custom implementations.
Models
models.DSSMModel models.EASEModel models.ImplicitALSWrapperModel models.ImplicitBPRWrapperModel models.ImplicitItemKNNWrapperModel models.LightFMWrapperModel models.PopularModel models.PopularInCategoryModel models.PureSVDModel models.RandomModel models.nn.bert4rec.BERT4RecModel models.nn.sasrec.SASRecModel
Modules
Base model. |
|
EASE model. |
|
Recommendation models based on neural nets. |
|
Popular model. |
|
Popular in category model. |
|
SVD Model. |
|
Random Model. |
|
Recommendation models (rectools.models.rank)
:2: (WARNING/2) Title underline too short.
Recommendation models ( |
|
Two-stage ranking Recommendation models (rectools.models.ranking)
:2: (WARNING/2) Title underline too short.
Two-stage ranking Recommendation models ( |
|
Useful functions. |
|
Base classes for vector models. |