RecTools
RecTools copied to clipboard
RecTools - library to build Recommendation Systems easier and faster than ever before
### Feature Description Draft functionality (to be discussed): `update_interactions` method of the `Dataset` accepts: - `interactions_df : pd.DataFrame` - `method: tp.Literal["add", "replace"]` The main goal is to get old dataset...
### Feature Description We are duplicating param defaults in model and its config for all of RecTools models. Find a way to avoid duplication (maybe remove defaults from configs at...
### Feature Description Fitted model support to accept new users, items and interactions from dataset that is passed to `fit_partial` method. ### Why this feature? Allows incremental training ### Additional...
### Feature Description Fitted model support to accept new users, items and interactions from dataset that is passed to `fit_partial` method. ### Why this feature? Allows incremental training ### Additional...
### Feature Description `fit_partial` support for `ImplicitBPRWrapperModel` ### Why this feature? Enable epochal training ### Additional context _No response_
## Description Set default model name in `Column.Model` column, when using `VisualApp` [#118](https://github.com/MobileTeleSystems/RecTools/pull/118) Closes #118 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue)...
Added `compute_timings` argument to `cross_validate` Closes #138