Files
clutch/notebooks/README.md
2026-02-05 23:26:03 +08:00

9 lines
264 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# notebooks/
用于放置探索性分析与试验用的 Jupyter Notebook不参与主流程依赖
建议:
- 将可复用逻辑下沉到 `src/`Notebook 只做实验与可视化
- 避免在 Notebook 里写入大体积产物(统一落到 `data/`