Skip to content

Commit

Permalink
add background doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhishan committed Nov 24, 2024
1 parent c6d49ad commit 4749e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
本文档将按如下部分介绍此项目(待完善):

- [问题描述](problem/README.md)
- [背景](problem/README.md)
- [原始数据格式与特征提取](problem/original_format.md)
- [迁移 kv 特征](problem/kv_feature/README.md)
- [数据转换](problem/kv_feature/format_conversion.md)
Expand Down
1 change: 1 addition & 0 deletions docs/problem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

实际问题中涉及很多的细节,如数据格式的定义与映射、读取数据的逻辑、计算逻辑等。以下将分两部分详细介绍下。

- [背景](problem/README.md)
- [原始数据格式与特征提取](problem/origin_format.md)
- [迁移 kv 特征](problem/kv_feature/README.md)

0 comments on commit 4749e6c

Please sign in to comment.