feat: split training targets by task type
This commit is contained in:
@@ -36,6 +36,7 @@ tech-architecture/ 技术架构报告与本地 Mermaid 资源
|
||||
- `ExperimentRecord`:加工参数、质量指标与记录时间。
|
||||
- SQLite 骨架:`materials` 与 `experiments` 两张核心表,支持外键约束与实验记录往返。
|
||||
- 训练数据接口:从外部数据平台的 `material_records` 表只读加载记录,并分离元信息、特征和目标。
|
||||
- 目标拆分接口:按分类/回归任务组织 `is_cut_through`、`etching_depth` 等实验结果。
|
||||
- 工程配置:`pyproject.toml` 统一依赖、pytest 与 Ruff 配置。
|
||||
|
||||
后续将按架构报告逐步补齐 DoE 生成、CSV 交换、设备采集、建模管线和推理服务。
|
||||
|
||||
Reference in New Issue
Block a user