jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
463 stars 107 forks source link

MovieLens Dataset #17

Open pranavpawar3 opened 5 years ago

pranavpawar3 commented 5 years ago

Hi I am trying to implement this model to the MovieLens dataset, but I am facing problem because the significance and meaning of the parameter "qid" is not clear. I am not sure how can we generate these qids for MovieLens dataset. You can have a look at the data, (MovieLens 1M data). PLEASE suggest ways to implement your LambdaMart model for this dataset.