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

Improve Similarity Results #490

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Improve Similarity Results #490

wants to merge 3 commits into from

Conversation

jacquelinecai
Copy link
Contributor

@jacquelinecai jacquelinecai commented Dec 13, 2024

Summary

This PR works on the Similar Courses feature.

PR Type

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Mobile + Desktop Screenshots & Recordings

Top 2 similar courses for OS:
image

QA - Test Plan

http://localhost:8080/api/search/get-courses - search up any of the following classes: engl 1147, iard 6970, hist 1941, engl 6553, cs 4410, coml 4704, russl 3341

For processed descriptions: http://localhost:8080/api/courses/get-rec-metadata
body:
{ "number": "1609", "subject": "pe" }

Breaking Changes & Notes

  • Updated preprocessing for better text matching
  • Similar cross-listed classes only show up once

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ notion
  • πŸ• ...
  • πŸ“• ...
  • πŸ™… no documentation needed

What GIF represents this PR?

gif

@jacquelinecai jacquelinecai requested a review from a team as a code owner December 13, 2024 16:19
@dti-github-bot
Copy link
Member

dti-github-bot commented Dec 13, 2024

[diff-counting] Significant lines: 47.

Copy link
Contributor

@qiandrewj qiandrewj left a comment

Choose a reason for hiding this comment

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

Jacqueline - going through the tested courses, it's really great that now crosslisted classes won't be repeated, which was one of the most obvious problems I noticed. As for description processing, I still think there may be some words we can eliminate -- from the one test, things I'm immediately seeing are it, you, not, but, have, been, of, all, in, your, their, do, this, a, is -- might make our recommendations more relevant?

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.

3 participants