πŸ“„ 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

Explanation about RootMeanSquaredErrorΒΆ

Computes root mean squared error between predictions and references.

Range: [0, ∞) (lower is better) Square root of mean squared error, same units as original values.

Read more about catalog usage here.