docs: 移除 MatchPro 对比,加入项目中文名「先知」

This commit is contained in:
shangfangjian
2026-09-09 02:23:02 +08:00
parent d9b1c3aeb5
commit 9c24b5f744
+2 -11
View File
@@ -1,15 +1,6 @@
# Profeto — 足球 LLM 预测服务
# Profeto — 先知
> 给 LLM 提供结构化数据,让 LLM 预测足球比分。
与旧项目 [MatchPro](https://github.com)(自研统计模型预测引擎)完全不同:
| | MatchPro | Profeto |
|---|---|---|
| 代码量 | 160 个 Python 文件 | ~30 个文件 |
| 预测方式 | 7 套 ML 模型 + OOF/校准/Promotion Gate | LLM 推理 |
| 架构 | 6 容器 | 2 容器 (api + postgres) |
| 数据 | 多源 + 特征工程 | 5 张表 + 数据切片 |
> **给 LLM 提供结构化数据,让 LLM 预测足球比分。**
## 架构