Closed deepfuzzy closed 6 years ago
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.
In the example: Epred = model.predict(EX) here predict function don't need qid?