tools.eval_measures.rmse()
statsmodels.tools.eval_measures.rmse
-
statsmodels.tools.eval_measures.rmse(x1, x2, axis=0)
[source] -
root mean squared error
Parameters: x1, x2 : array_like
The performance measure depends on the difference between these two arrays.
axis : int
axis along which the summary statistic is calculated
Returns: