RecTools icon indicating copy to clipboard operation
RecTools copied to clipboard

RecTools - library to build Recommendation Systems easier and faster than ever before

Results 87 RecTools issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### Feature Description `fit_partial` support for `ImplicitBPRWrapperModel` ### Why this feature? Enable epochal training ### Additional context _No response_

enhancement

## 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