Skip to content

Removed internal ids usage outside models#177

Merged
blondered merged 16 commits intomainfrom
feature/no_internal_ids
Aug 15, 2024
Merged

Removed internal ids usage outside models#177
blondered merged 16 commits intomainfrom
feature/no_internal_ids

Conversation

@blondered
Copy link
Copy Markdown
Collaborator

@blondered blondered commented Aug 10, 2024

  • Removed assume_external_ids parameter in recommend and recommend_to_items model methods
  • Added on_unsupported_targets in recommend and recommend_to_items model methods
  • Added filter_on_interactions_df_row_indexes method of Dataset
  • Fixed IntraListDiversity metric computation in cross_validate

@blondered blondered requested a review from feldlime August 10, 2024 15:05
@blondered blondered self-assigned this Aug 10, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9b3992e) to head (b29ce3e).
Report is 73 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #177     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           45        56     +11     
  Lines         2242      3451   +1209     
===========================================
+ Hits          2242      3451   +1209     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Daria Tikhonovich added 2 commits August 12, 2024 15:08
Comment thread CHANGELOG.md Outdated
Comment thread rectools/dataset/dataset.py Outdated
Comment thread rectools/dataset/dataset.py
Comment thread rectools/model_selection/cross_validate.py
Comment thread rectools/model_selection/cross_validate.py Outdated
Comment thread rectools/models/base.py Outdated
Comment thread tests/models/test_base.py Outdated
Comment thread rectools/dataset/dataset.py Outdated
Comment thread rectools/model_selection/cross_validate.py
@blondered blondered merged commit ae77f27 into main Aug 15, 2024
@blondered blondered deleted the feature/no_internal_ids branch August 15, 2024 09:31
blondered added a commit that referenced this pull request Sep 23, 2024
- Removed `assume_external_ids` parameter in `recommend` and
`recommend_to_items` model methods
- Added `on_unsupported_targets` in `recommend` and `recommend_to_items`
model methods
- Added `filter_on_interactions_df_row_indexes` method of `Dataset`
- Fixed `IntraListDiversity` metric computation in `cross_validate`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants