删除 LGBM 全部代码和模型文件,EMOS 简化为纯 legacy 高斯分桶模式

This commit is contained in:
2569718930@qq.com
2026-05-18 22:05:55 +08:00
parent aec47adda1
commit 0e0aad3171
26 changed files with 11 additions and 149413 deletions
@@ -841,17 +841,17 @@ export function ProbabilityDistribution({
<div className="prob-distribution-head">
<span>
{locale === "en-US"
? "EMOS probability distribution"
: "EMOS 概率分布"}
? "Probability distribution"
: "概率分布"}
</span>
<em>
{marketContractRows.length > 0
? locale === "en-US"
? "market buckets are aggregated from single-degree EMOS buckets"
: "市场合约桶由单点 EMOS 概率聚合"
? "market buckets are aggregated from single-degree probability buckets"
: "市场合约桶由单点概率分布聚合"
: locale === "en-US"
? "calibrated temperature buckets"
: "校准后的温度桶"}
? "temperature probability buckets"
: "温度概率桶"}
</em>
</div>
{probabilityRows.length === 0 ? (