Open t170815518 opened 4 years ago
Hi, I've modified some methods to make it run on Python 3.6 (like next() and iteritems()) and evaluation.py to solve the issue where Mean Rank and Hits@10 are not dropping.
next()
iteritems()
evaluation.py
Hope it helps this project.
Hi, I've modified some methods to make it run on Python 3.6 (like
next()
anditeritems()
) andevaluation.py
to solve the issue where Mean Rank and Hits@10 are not dropping.Hope it helps this project.