Skip to content

Commit

Permalink
fix \\mu in basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 5, 2018
1 parent 73ebf76 commit 2f28e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lenskit/algorithms/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class Bias(Predictor, Trainable):
predictor algorithm:
.. math::
s(u,i) = \mu + b_i + b_u
s(u,i) = \\mu + b_i + b_u
where :math:`\mu` is the global mean rating, :math:`b_i` is item bias, and
where :math:`\\mu` is the global mean rating, :math:`b_i` is item bias, and
:math:`b_u` is the user bias. With the provided damping values
:math:`\\beta_{\\mathrm{u}}` and :math:`\\beta_{\\mathrm{i}}`, they are computed
as follows:
Expand Down

0 comments on commit 2f28e0d

Please sign in to comment.