Skip to content

Feat: Content-based reccomendation #3 #12

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

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

SeungahP
Copy link
Contributor

Overview

  • TF-IDF를 활용하여 Content-based reccomendation을 구현하였습니다.

Change Log

  • interaction data, product_info data가 필요합니다.
  • 슬랙으로 전달드린 파일을 이용해 파일 위치를 적절히 조절하여 실행하시면 돌아갈 것입니다.
  • interaction data, product_info data는 /notebooks/psa/data_processing.ipynb로도 얻을 수 있습니다.

To Reviewer

  • product API가 실시간으로 바뀌어 이전에 있던 상품 id가 없는 경우가 있었습니다. 따라서 이전에 공유하였던 Hit@k 값이 달라졌습니다.

Issue Tags

@SeungahP SeungahP added the feat label Mar 12, 2024
@SeungahP SeungahP requested a review from Minseojeonn March 12, 2024 15:32
@SeungahP SeungahP self-assigned this Mar 12, 2024
Copy link
Contributor

@ChangZero ChangZero left a comment

Choose a reason for hiding this comment

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

LGTM 💯

@SeungahP SeungahP merged commit d7d0d71 into main Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 세션 활용 콘텐츠 기반 유사도 구현
2 participants