1. 학습
  2. /
  3. 강의
  4. /
  5. Building Recommendation Engines in Python

Connected

연습 문제

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

지침

50 XP

가능한 답변