fix: 预测页模型名称补充PyTorch
This commit is contained in:
parent
849168bfa2
commit
2809631e87
4
frontend/dist/index.html
vendored
4
frontend/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<title>装备成本估算系统</title>
|
||||
<script type="module" crossorigin src="/assets/index-BuNHhthn.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BEQL0wGd.css">
|
||||
<script type="module" crossorigin src="/assets/index--ukDSNHU.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-COZIbKEO.css">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
@ -362,6 +362,7 @@ const formatMoney = (value) => {
|
||||
|
||||
const getModelName = (modelType) => {
|
||||
const modelNames = {
|
||||
'pytorch': 'PyTorch',
|
||||
'pls': 'PLS回归',
|
||||
'xgboost': 'XGBoost',
|
||||
'lightgbm': 'LightGBM',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user