Skip to content

Commit

Permalink
Fixed typo in predict() docstring (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyinfj committed Apr 16, 2020
1 parent 3cdf617 commit 5eb9017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surprise/prediction_algorithms/algo_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def predict(self, uid, iid, r_ui=None, clip=True, verbose=False):
- The (raw) user id ``uid``.
- The (raw) item id ``iid``.
- The true rating ``r_ui`` (:math:`\\hat{r}_{ui}`).
- The true rating ``r_ui`` (:math:`r_{ui}`).
- The estimated rating (:math:`\\hat{r}_{ui}`).
- Some additional details about the prediction that might be useful
for later analysis.
Expand Down

0 comments on commit 5eb9017

Please sign in to comment.