Get startedGet started for free

Calculating RMSE

The following data has been loaded in the DataFrame predictions. Either manually, or using the Python console, calculate what the root mean square error (RMSE) of these predictions is.

Predicted Actual
3 4
2 1
5 3

This exercise is part of the course

Building Recommendation Engines in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise