π Root Mean Squared ErrorΒΆ
Metric to calculate the root mean squared error (RMSE) between the prediction and the reference values.
Assume both the prediction and reference are floats.
Support only a single reference per prediction .
metrics.root_mean_squared_error
Read more about catalog usage here.