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 @@
# Assets
Bundled resources for recommendation-engine skill
- [ ] example_user_data.csv: Example user data for testing the recommendation engine.
- [ ] example_item_data.csv: Example item data for testing the recommendation engine.
- [ ] recommender_template.py: Template for creating a new recommendation engine.
- [ ] configuration_template.yaml: Template for configuring the recommendation engine.