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 |
Cet exercice fait partie du cours
Building Recommendation Engines in Python
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
Commencer l’exercice