RecTools
RecTools copied to clipboard
RecTools - library to build Recommendation Systems easier and faster than ever before
added sasrec test
Added bert4rec model
## Description - Added configs to models ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds...
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...
### Feature Description Implicit's ALS and LightFM provide partial_fit capability. https://benfred.github.io/implicit/api/models/cpu/als.html#implicit.cpu.als.AlternatingLeastSquares.partial_fit_users https://benfred.github.io/implicit/api/models/cpu/als.html#implicit.cpu.als.AlternatingLeastSquares.partial_fit_items https://making.lyst.com/lightfm/docs/lightfm.html#lightfm.LightFM.fit_partial It would be great if RecTools had a standardized way to use them for incremental model updates....
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ]...
SasRec sequential recommender model in Fit/Recommend paradigm.
ModelLike pipeline with candidates generation, targets creation, sampling negatives, feature collection and reranker training. Fully compatible with RecTools Fit/Recommend paradigm.
### What happened? Precision (and other Calssification and Ranking metrics) is not correct when there are duplicates in test interactions. See screenshot ### Expected behavior I suppose that correct value...
### Feature Description A property that will return full learnt embedding size for vector models. For ials it will count latent + feature factors. For lightfm it will add biases....