当前位置:网站首页>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
边栏推荐
- Perfectly Clear QuickDesk & QuickServer图像校正优化工具
- Start background services across processes
- 青蛙跳台阶(递归和非递归)-------小乐乐走台阶
- MySQL分库分表
- 数据库索引:索引并不是万能药
- After watching "Second Uncle", I was even more internalized
- Cesium loads offline maps and offline terrain
- 推荐系统:AB测试(AB Test)
- 为单行查询设置JDBC Statement.setFetchSize()为1的方法指南
- Recommended system: cold start problem [user cold start, item cold start, system cold start]
猜你喜欢

PostgreSQL 14.4如何安装使用

MySQL数据库之JDBC编程

ELK log analysis system

MySQL性能优化(硬件,系统配置,表结构,SQL语句)

【视频】极值理论EVT与R语言应用:GPD模型火灾损失分布分析

MySQL数据库主从配置

推荐系统-排序层:排序层架构【用户、物品特征处理步骤】

Download and installation of the latest version of MySQL 8.0 under Linux (detailed steps)

Interviewer Ali: Describe to me the phenomenon of cache breakdown, and talk about your solution?

win2003下FTP服务器如何搭建
随机推荐
Download Win11 how to change the default path?Download Win11 change the default path method
如何优化OpenSumi终端性能?
MySQL six-pulse sword, SQL customs clearance summary
ImportError:attempted relative import with no known parent package
网络层协议------IP协议
Linux下最新版MySQL 8.0的下载与安装(详细步骤)
MySQL performance optimization (hardware, system configuration, table structure, SQL statements)
MySQL database - DQL data query language
推荐系统:AB测试(AB Test)
After MySQL grouping, take the largest piece of data [optimal solution]
Day31 LeetCode
Recommended system: cold start problem [user cold start, item cold start, system cold start]
时间复杂度与空间复杂度
mysql慢查询优化
MySQL数据库 ---MySQL表的增删改查(进阶)
推荐系统:实时性【特征实时性:客户端实时特征(秒级,实时)、流处理平台(分钟级,近实时)、分布式批处理平台(小时/天级,非实时)】【模型实时性:在线学习、增量更新、全量更新】
MySQL slow query optimization
刷题记录----字符串
MySQL六脉神剑,SQL通关大总结
MySQL数据库之JDBC编程