πŸ“„ Mean Squared ErrorΒΆ

Metric to calculate the mean squared error (MSE) between the prediction and the reference values.

Assume both the prediction and reference are floats.

Support only a single reference per prediction .

metrics.mean_squared_error

Read more about catalog usage here.