debug average vs max

This commit is contained in:
AgentLabCn
2025-12-01 20:05:31 +08:00
parent d86e16e3a3
commit 135b762a29
7 changed files with 212 additions and 227 deletions

2
app.py
View File

@@ -219,7 +219,7 @@ def Page():
return solara.Markdown(f"**累计产量(机组):{model.cumulative_production:.2f}**")
def get_mean_abs_error(model):
return solara.Markdown(f"**工厂年产量均值绝对误差:{model.mean_abs_error:.2f}**")
return solara.Markdown(f"**工厂年产量均值绝对误差:{model.error:.2f}**")
with solara.Column() as main:
with solara.Card("产品筛选"):