Skip to content
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

Updated DocumentTermMatrix implementation #205

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Updated DocumentTermMatrix implementation #205

merged 2 commits into from
Sep 10, 2024

Conversation

svilupp
Copy link
Owner

@svilupp svilupp commented Sep 10, 2024

  • Improved the performance of BM25/Keywords-based indices for >10M documents. Introduced new kwargs of min_term_freq and max_terms in RT.get_keywords to reduce the size of the vocabulary. See ?RT.get_keywords for more information.

Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.87%. Comparing base (b89eb97) to head (fe6e81a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #205      +/-   ##
==========================================
+ Coverage   91.85%   91.87%   +0.02%     
==========================================
  Files          46       46              
  Lines        4372     4384      +12     
==========================================
+ Hits         4016     4028      +12     
  Misses        356      356              

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

@svilupp svilupp merged commit 8fdad32 into main Sep 10, 2024
6 checks passed
@svilupp svilupp deleted the update-dtm-scaling branch September 10, 2024 08:54
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.

1 participant