Files
gh-jeremylongshore-claude-c…/skills/recommendation-engine/scripts/README.md
2025-11-29 18:51:52 +08:00

508 B

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.