Commit b3dc742684be605684a4a43e5cbcd90881e95ee8
1 parent
223145fe
补充部分任务明文版本输出
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
offline_tasks/doc/详细设计文档.md
| @@ -615,7 +615,7 @@ crontab -e | @@ -615,7 +615,7 @@ crontab -e | ||
| 615 | 615 | ||
| 616 | ## 📊 数据量统计 | 616 | ## 📊 数据量统计 |
| 617 | 617 | ||
| 618 | -### 索引数量统计(基于真实数据) | 618 | +### 索引数量统计(基于400天数据) |
| 619 | 619 | ||
| 620 | | 索引类型 | 索引数量 | 单条平均大小 | 总大小 | 更新频率 | | 620 | | 索引类型 | 索引数量 | 单条平均大小 | 总大小 | 更新频率 | |
| 621 | |---------|---------|---------|--------|---------| | 621 | |---------|---------|---------|--------|---------| |
offline_tasks/run.sh
| @@ -16,7 +16,7 @@ cd /home/tw/recommendation/offline_tasks | @@ -16,7 +16,7 @@ cd /home/tw/recommendation/offline_tasks | ||
| 16 | # ============================================================================ | 16 | # ============================================================================ |
| 17 | 17 | ||
| 18 | # 算法参数 | 18 | # 算法参数 |
| 19 | -LOOKBACK_DAYS=400 | 19 | +LOOKBACK_DAYS=768 |
| 20 | TOP_N=50 | 20 | TOP_N=50 |
| 21 | DEBUG_MODE="--debug" # 留空则不开启debug | 21 | DEBUG_MODE="--debug" # 留空则不开启debug |
| 22 | 22 |