Skip to content

Commit

Permalink
Fixed typos in document of EFM and ComparER_sub models (#516)
Browse files Browse the repository at this point in the history
* Fixed changing sign if item j > item i, refactor code

* revert to numpy 1.20.3 for Py39

* Incorporate trade-off between rating and top aspect scores for ranking function

* Fix typos

---------

Co-authored-by: lthoang <lthoang@apcs.vn>
Co-authored-by: tqtg <tuantq.vnu@gmail.com>
  • Loading branch information
3 people committed Jul 8, 2023
1 parent 95619ca commit 276cac4
Show file tree
Hide file tree
Showing 4 changed files with 4,117 additions and 6,039 deletions.
2 changes: 1 addition & 1 deletion cornac/models/comparer/recom_comparer_sub.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cornac/models/comparer/recom_comparer_sub.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ComparERSub(MTER):
The number of top scored aspects for each (user, item) pair to construct ranking score.
alpha: float, optional, default: 0.5
Trace off factor for constructing ranking score.
Trade-off factor for constructing ranking score.
lambda_reg: float, optional, default: 0.1
The regularization parameter.
Expand Down

0 comments on commit 276cac4

Please sign in to comment.