debug average vs max
This commit is contained in:
2
app.py
2
app.py
@@ -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("产品筛选"):
|
||||
|
||||
Reference in New Issue
Block a user