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

BM25 #245

Merged
merged 3 commits into from
Jan 15, 2025
Merged

BM25 #245

merged 3 commits into from
Jan 15, 2025

Conversation

saitiger
Copy link
Contributor

@saitiger saitiger commented Jan 2, 2025

Implementation of BM25
Included learn section for implementation and improvements over TF-IDF

Resolves #173

Problems/BM25/solution.py Outdated Show resolved Hide resolved
Replaced Test Case 4 with another test case for correct calculation
Copy link
Collaborator

@moe18 moe18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@moe18 moe18 merged commit e141c27 into Open-Deep-ML:main Jan 15, 2025
@saitiger saitiger deleted the BM25 branch January 16, 2025 00:13
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.

New Problem : Best Match 25 (BM25)
2 participants