BD-exp-10
Go to file
fly6516 107d84f167 refactor(self_recommand): 重构电影推荐系统
- 优化了数据加载和预处理逻辑
- 改进了 RMSE 计算函数,增加了对空数据的处理
- 添加了对验证集和测试集的预测与评估
- 移除了个人评分和电影推荐的相关代码
2025-04-22 15:54:23 +08:00
basic_re.py style(basic_re.py): 优化代码格式 2025-04-22 14:18:02 +08:00
collab_filter.py feat(collab_filter): 添加协同过滤电影推荐功能 2025-04-22 14:22:40 +08:00
data_prepare.py style(basic_re.py): 优化代码格式 2025-04-22 14:18:02 +08:00
error.txt fix: error.txt 2025-04-22 07:47:29 +00:00
self_recommand.py refactor(self_recommand): 重构电影推荐系统 2025-04-22 15:54:23 +08:00
test_helper.py feat init test_helper 2025-04-21 03:49:11 +00:00