jma127 / pyltr

Python learning to rank (LTR) toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why predict function don't need qid?

deepfuzzy opened this issue · comments

In the example:
Epred = model.predict(EX)
here predict function don't need qid?

qid is not needed because it is not used as a feature in evaluation. It is only needed for grouping same-query items in training.