-
Notifications
You must be signed in to change notification settings - Fork 48
Feature/correct splitter #288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/correct splitter #288
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #288 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 45 78 +33
Lines 2242 5335 +3093
===========================================
+ Hits 2242 5335 +3093 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -1,4 +1,4 @@ | |||
# Copyright 2023-2024 MTS (Mobile Telesystems) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2023-2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still 2023-2025
- Fixed `LasNSplitter` class.
@@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file. | |||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## Unreleased | |||
## [Unreleased] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brackets are only for release versions
### Added | ||
- `extras` argument to `SequenceDataset`, `extra_cols` argument to `TransformerDataPreparatorBase`, `session_tower_forward` and `item_tower_forward` methods to `SimilarityModuleBase` ([#287](https://github.com/MobileTeleSystems/RecTools/pull/287)) | ||
|
||
### Fixed | ||
|
||
- [Breaking] Now `LastNSplitter` class guarantees correct splitting in case of identical timestamps ([#288](https://github.com/MobileTeleSystems/RecTools/pull/288)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Breaking] Now `LastNSplitter` class guarantees correct splitting in case of identical timestamps ([#288](https://github.com/MobileTeleSystems/RecTools/pull/288)) | |
- [Breaking] Now `LastNSplitter` guarantees taking the last ordered interaction in dataframe in case of identical timestamps ([#288](https://github.com/MobileTeleSystems/RecTools/pull/288)) |
@@ -1,4 +1,4 @@ | |||
# Copyright 2023-2024 MTS (Mobile Telesystems) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still 2023-2025
Description
Type of change
How Has This Been Tested?
Before submitting a PR, please check yourself against the following list. It would save us quite a lot of time.