From 17c00b467d3b495ef37ef9c83a7422fc400b8f6d Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期五, 16 八月 2024 16:02:26 +0800 Subject: [PATCH] 解析模型时,将二项分布参数保持到数据库(表model_node_algorithm)。 --- web/package.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/web/package.json b/web/package.json index 6d38e1a..1dd534d 100644 --- a/web/package.json +++ b/web/package.json @@ -46,6 +46,7 @@ "luckyexcel": "^1.0.1", "mockjs": "^1.1.0", "node-sass": "^4.14.1", + "nprogress": "^0.2.0", "qs": "^6.7.0", "quill": "^1.3.6", "sass-loader": "^7.1.0", -- Gitblit v1.9.1