eXascaleInfolab / ActiveLink

Deep active learning framework for link prediction in knowledge graph
24 stars 7 forks source link

Change some methods and improve evaluation.py #6

Open t170815518 opened 4 years ago

t170815518 commented 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.

Hope it helps this project.