Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BorealisAI/scaleformer
/ RMSE
Function
RMSE
utils/metrics.py:44–45 ·
view source on GitHub ↗
(pred, true)
Source
from the content-addressed store, hash-verified
42
43
44
def
RMSE(pred, true):
45
return
np.sqrt(MSE(pred, true))
46
47
48
def
MAPE(pred, true):
Callers
1
metric
Function · 0.85
Calls
1
MSE
Function · 0.85
Tested by
no test coverage detected