Skip to content

Commit

Permalink
Merge pull request NicolasHug#2 from cedias/patch-3
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Charles-Emmanuel committed Feb 22, 2017
2 parents a4ea9a7 + 04443ff commit ff6a9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/prediction_algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ options may be set. For ALS:

- ``'reg_i'``: The regularization parameter for items. Corresponding to
:math:`\lambda_2` in :cite:`Koren:2010`. Default is ``10``.
- ``'reg_u'``: The regularization parameter for users, orresponding to
- ``'reg_u'``: The regularization parameter for users. Corresponding to
:math:`\lambda_3` in :cite:`Koren:2010`. Default is ``15``.
- ``'n_epochs'``: The number of iteration of the ALS procedure. Default is
``10``. Note that in :cite:`Koren:2010`, what is described is a **single**
Expand Down

0 comments on commit ff6a9d2

Please sign in to comment.