Spaces:
Sleeping
Sleeping
File size: 617 Bytes
0c53771 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"project": "E-commerce Recommendation System",
"dataset": "McAuley-Lab/Amazon-Reviews-2023",
"subset": "raw_review_All_Beauty",
"stats": {
"n_users": 631986,
"n_items": 112565,
"n_interactions": 701528,
"sparsity_pct": 99.999
},
"ml_task": "Top-K ranking recommendation",
"primary_metric": "ndcg@10",
"cold_start_strategy": "Popularity-based fallback",
"business_kpis": {
"primary": "Click-through rate (CTR) uplift vs baseline",
"secondary": "Conversion rate on recommended items",
"guardrail": "Recommendation diversity (avoid filter bubbles)"
}
} |