feat: Initial commit of Clutch-IQ project

This commit is contained in:
xunyulin230420
2026-02-05 23:26:03 +08:00
commit a355239861
66 changed files with 12922 additions and 0 deletions

8
notebooks/README.md Normal file
View File

@@ -0,0 +1,8 @@
# notebooks/
用于放置探索性分析与试验用的 Jupyter Notebook不参与主流程依赖
建议:
- 将可复用逻辑下沉到 `src/`Notebook 只做实验与可视化
- 避免在 Notebook 里写入大体积产物(统一落到 `data/`