Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:52 +08:00
commit e164ba674c
9 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for recommendation-engine skill
- [ ] build_collaborative_filtering.py: Automates the creation of a collaborative filtering recommendation engine.
- [ ] build_content_based_filtering.py: Automates the creation of a content-based filtering recommendation engine.
- [ ] evaluate_recommender.py: Evaluates the performance of the recommendation engine using metrics like precision, recall, and NDCG.
- [ ] data_preprocessing.py: Script to preprocess the user-item interaction data.