当前位置:网站首页>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
边栏推荐
- Zabbix 5.0 Monitoring Tutorial (1)
- How to install and use PostgreSQL 14.4
- 湖仓一体电商项目(四):项目数据种类与采集
- ERROR 1045 (28000) Access denied for user 'root'@'localhost'Solution
- [Private Series] All kinds of strange problems encountered in daily PHP
- MySQL六脉神剑,SQL通关大总结
- MySQL six-pulse sword, SQL customs clearance summary
- Brush questions record----string
- MySQL数据库主从配置
- Mapped Statements collection does not contain value for的解决方法
猜你喜欢

Zabbix 5.0 监控教程(一)

推荐系统:概述【架构:用户/物品特征工程---->召回层---->排序层---->测试/评估】【冷启动问题、实时性问题】

【MindSpore】多卡训练保存权重问题

推荐系统:开源项目/工具【谷歌:TensorFlow Recommenders】【Facebook:TorchRec】【百度:Graph4Rec】【阿里:DeepRec和EasyRec】
Typora设置标题自动标号

TensorFlow2:概述

如何优化OpenSumi终端性能?

LeetCode 0952. Calculate Maximum Component Size by Common Factor: Mapping / Union Search

Linux下安装Mysql5.7,超详细完整教程,以及云mysql连接

MySQL性能优化(硬件,系统配置,表结构,SQL语句)
随机推荐
为单行查询设置JDBC Statement.setFetchSize()为1的方法指南
ImportError: attempted relative import with no known parent package
SQLyog注释 添加 撤销 快捷键
Brush questions record----string
The technology is very powerful, do you still need to "manage up"?
MySQL kills 10 questions, how many questions can you stick to?
青蛙跳台阶(递归和非递归)-------小乐乐走台阶
[c语言]二维数组动态分配内存
HCIP --- 企业网的三层架构
el-input can only input integers (including positive numbers, negative numbers, 0) or only integers (including positive numbers, negative numbers, 0) and decimals
Win11如何更改默认下载路径?Win11更改默认下载路径的方法
MySQL函数(经典收藏)
.eslintrc.js for musicApp
How to install and use PostgreSQL 14.4
The JDBC programming of the MySQL database
055 c# print
Recommended system: cold start problem [user cold start, item cold start, system cold start]
看完《二舅》,我更内耗了
Mapped Statements collection does not contain value for的解决方法
jOOQ是如何设计事务API(详细指南)