LvMAC commited on
Commit
cf85b4c
·
verified ·
1 Parent(s): f1b7ffb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
68
  - **RMSE**: 0.9338 (best prediction accuracy)
69
  - **Precision@10**: 0.7968 (79.68% relevant recommendations)
70
  - **NDCG@10**: 0.8514 (85.14% ranking quality)
71
- - **Recall@10**: 0.2245 (22.46% of ALL relevant items in just 10 recommendations is solid performance)
72
  """,
73
  examples=[
74
  ["1", 10],
 
68
  - **RMSE**: 0.9338 (best prediction accuracy)
69
  - **Precision@10**: 0.7968 (79.68% relevant recommendations)
70
  - **NDCG@10**: 0.8514 (85.14% ranking quality)
71
+ - **Recall@10**: 0.2245 (22.46% of ALL relevant items in just 10 recommendations)
72
  """,
73
  examples=[
74
  ["1", 10],