RecTools
RecTools copied to clipboard
RecTools - library to build Recommendation Systems easier and faster than ever before
### Feature Description Attribute that specifies if model uses features when fitting. Another option is to allow user to choose if he wants model to use features. Yet to be...
### Feature Description `take_features` method will accept item features selection and user features selection an return a `Dataset` with only those features that are specified ### Why this feature? -...
### Feature Description Wrappers initialisation from full list of hyper-params (including wrapped) ### Why this feature? - It will help us for save/load functions to models. - It will help...
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
## Description This PR allows to use Cuda 12.x for implicit on Python 3.10+ environment by using pm-implicit, forked version of implicit built with CUDA 12.9. This reduces build time...
### What happened? I need to run inference of `BERT4Rec` on a CPU-only instance, but I can't. When I try to load the fitted model, I get a PyTorch error....
Draft Pull request for diff
### What happened? Hello! Great work on the library! I recently found an edge case in the `get_raw_interactions()` calls, which may or may not be intended, so I'm opening an...
## Description Added tutorial for making custom model inherited from ModelBase #101 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...