9 lines
508 B
Markdown
9 lines
508 B
Markdown
# 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.
|