为特定药品训练专门的预测模型,可选择使用单店铺数据或聚合多店铺数据。
任务ID: {{ currentTraining.task_id }}
药品: {{ getProductName(currentTraining.product_id) }}
数据范围: {{ getDataScopeText(currentTraining) }}
模型: {{ getModelTypeName(currentTraining.model_type) }}
版本: {{ currentTraining.version }}
状态:
{{ JSON.stringify(currentTraining.metrics, null, 2) }}
{{ JSON.stringify(row.metrics, null, 2) }}
版本: {{ row.version }}
模型路径: {{ row.model_path }}
{{ row.error }}
任务正在进行中...