feat: split training targets by task type

This commit is contained in:
2026-09-11 11:27:49 +08:00
parent 272542bad5
commit 947fd12b3a
3 changed files with 164 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ tech-architecture/ 技术架构报告与本地 Mermaid 资源
- `ExperimentRecord`:加工参数、质量指标与记录时间。
- SQLite 骨架:`materials``experiments` 两张核心表,支持外键约束与实验记录往返。
- 训练数据接口:从外部数据平台的 `material_records` 表只读加载记录,并分离元信息、特征和目标。
- 目标拆分接口:按分类/回归任务组织 `is_cut_through``etching_depth` 等实验结果。
- 工程配置:`pyproject.toml` 统一依赖、pytest 与 Ruff 配置。
后续将按架构报告逐步补齐 DoE 生成、CSV 交换、设备采集、建模管线和推理服务。