Initial commit
This commit is contained in:
8
skills/recommendation-engine/scripts/README.md
Normal file
8
skills/recommendation-engine/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user