MCPcopy 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
44def RMSE(pred, true):
45 return np.sqrt(MSE(pred, true))
46
47
48def MAPE(pred, true):

Callers 1

metricFunction · 0.85

Calls 1

MSEFunction · 0.85

Tested by

no test coverage detected