当前位置:网站首页>Recommendation system: evaluation index [offline evaluation index: RMSE (root mean square error), AUC, precision, recall, F1] [online evaluation: A/B test] [generally required response time <0.5s]
Recommendation system: evaluation index [offline evaluation index: RMSE (root mean square error), AUC, precision, recall, F1] [online evaluation: A/B test] [generally required response time <0.5s]
2022-07-30 20:02:00 【u013250861】
I. Evaluation process

2. Evaluation Dimensions

1, user dimension

2, platform dimension

3. Engineering dimension

III. Offline evaluation
1. Offline evaluation metrics

1.1 RMSE (Root Mean Square Error)

1.2 Precision, Recall, F1
Precision and recall are two complementary metrics, and one should not be emphasized.To visually observe these two metrics at the same time, we can introduce the F-value, which is equal to the harmonic mean of precision and recall.
1.3 Logarithmic Loss Function

1.4 AUC
1.5 MAP (mean precision mean)

2. Offline evaluation method

Test set cannot be earlier than trainingCollection

IV. Online assessment




References:
Recommendation system series from 0 to 1—8_Common indicators and open source framework
边栏推荐
- musicApp 的.eslintrc.js
- ECCV2022 | 对比视觉Transformer的在线持续学习
- Install MySQL tutorial under Linux
- 多线程的互斥锁应用RAII机制
- 数据库索引:索引并不是万能药
- Swift简介
- TensorFlow2:概述
- Is the iPhone really thirteen incense?The two generations of products are completely compared, perhaps the previous generation is more worth buying
- ImportError: attempted relative import with no known parent package
- M3SDA:用于多源域自适应的矩匹配
猜你喜欢
随机推荐
试写C语言三子棋
el-input can only input integers (including positive numbers, negative numbers, 0) or only integers (including positive numbers, negative numbers, 0) and decimals
MySQl数据库————DQL数据查询语言
Different lower_case_table_names settings for server (‘1‘) and data dictionary (‘0‘) 解决方案
MySQL kills 10 questions, how many questions can you stick to?
刷题记录----字符串
Cesium loads offline maps and offline terrain
.eslintrc.js for musicApp
MySQL复制表结构、表数据的方法
MySQL大批量造数据
基于人脸的常见表情识别(2)——数据获取与整理
Typora设置标题自动标号
ResNet18-实现图像分类
After MySQL grouping, take the largest piece of data [optimal solution]
How to install and use PostgreSQL 14.4
利用go制作微信机器人
MySQL数据库之JDBC编程
基于人脸的常见表情识别——模型搭建、训练与测试
Interviewer Ali: Describe to me the phenomenon of cache breakdown, and talk about your solution?
Start background services across processes









