shiba24 / learning2rank

Learning to rank with neuralnet - RankNet and ListNet
481 stars 141 forks source link

Getting following error while running this code #12

Closed rahashwini closed 6 years ago

rahashwini commented 6 years ago

RESTART: G:\Implementation of the Project\Learning to Rank Algorithms\Python\ListNet+RankNet\learning2rank-master\rank\ListNet.py Traceback (most recent call last): File "G:\Implementation of the Project\Learning to Rank Algorithms\Python\ListNet+RankNet\learning2rank-master\rank\ListNet.py", line 18, in from learning2rank.utils import NNfuncs ModuleNotFoundError: No module named 'learning2rank'

shiba24 commented 6 years ago

Please place this directory (learning2rank) directly under where you want to run the script!