algo-rec-hybrid
Solid"Design hybrid recommendation systems combining multiple strategies for improved accuracy. Use this skill when the user needs to overcome single-method limitations, combine collaborative and content-based filtering, or build a production recommendation pipeline — even if they say 'combine recommendation approaches', 'best recommendation architecture', or 'cold start plus personalization'.".
Install
Quality Score: 84/100
Skill Content
Details
- Author
- charlieviettq
- Repository
- charlieviettq/awesome-agent-skill
- Created
- 2 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
algo-rec-content
"Implement content-based recommendation by matching item features to user preference profiles. Use this skill when the user needs to recommend items based on attributes, solve the cold start problem for new items, or build recommendations without collaborative data — even if they say 'recommend similar products', 'items like this', or 'feature-based matching'.".
algo-rec-cf
"Implement collaborative filtering for recommendations based on user behavior patterns. Use this skill when the user needs to build a recommendation engine from user-item interaction data, find similar users or items, or predict ratings — even if they say 'users who bought this also bought', 'similar users', or 'recommend based on behavior'.".
senior-recommender-engineer
Use when designing, building, evaluating, or operating production ranking and recommendation systems: feed ranking, product recommendations, search ranking, content discovery, ads relevance, related items, you may also like, up next, home feed. Covers two stage retrieval plus ranking, two tower embedding retrieval, learning to rank (LTR), multi objective optimization (relevance plus engagement plus business value), diversity and MMR, exploration vs exploitation, contextual bandits, off policy evaluation (IPS, doubly robust), position bias correction, cold start strategies, and slice based monitoring. Triggers: recommender, recommendation, ranking, feed, candidate generation, CTR, watch time, engagement, recommender eval, NDCG, hit rate. Produces two stage pipeline designs, LTR specs, multi objective policies, off policy eval reports, exploration policies, cold start playbooks. Not for the training pipeline, see senior-ml-engineer; not for online experiment rigor, see senior-data-scientist.