Skip to content

Commit

Permalink
Fix typo RMSE -> MSE (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatenMarc authored and NicolasHug committed Sep 19, 2019
1 parent 6efc77b commit d29b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surprise/accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def mse(predictions, verbose=True):
"""Compute MSE (Mean Squared Error).
.. math::
\\text{RMSE} = \\frac{1}{|\\hat{R}|} \\sum_{\\hat{r}_{ui} \in
\\text{MSE} = \\frac{1}{|\\hat{R}|} \\sum_{\\hat{r}_{ui} \in
\\hat{R}}(r_{ui} - \\hat{r}_{ui})^2.
Args:
Expand Down

0 comments on commit d29b255

Please sign in to comment.