teehr.metrics.deterministic_funcs.root_mean_squared_error#

root_mean_squared_error(model: MetricsBasemodel) Callable[source]#

Create the root_mean_squared_error metric function.

\(RMSE=\sqrt{\frac{\sum(sec-prim)^2}{count}}\)