Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to predict ranking on new data? #19

Open
supercar1 opened this issue Jul 4, 2022 · 3 comments
Open

How to predict ranking on new data? #19

supercar1 opened this issue Jul 4, 2022 · 3 comments

Comments

@supercar1
Copy link

Hello again! I've posted here before (#18), but my explanation of the issue was not good enough, and as the issue was closed (and not solved), I had no other option than to submit a new issue.

What I'm trying to understand, is how to rank a "new" dataset, that wasn't used for training, validation or testing.
What I mean is that I can run the code, and I believe a ranking model is created (.pkl file), but that is based on the data that was used for training. What if I want to rank new data, that I can't even use for training because I don't know the "right" rank order? Or is this not possible with ptranking?

I hope I could explain myself better now, and thanks in advance!

@ii-research-yu
Copy link
Collaborator

@supercar1 Based on my understanding of your question, if your "new" dataset has the same format as the testing data's format, you can use the trained model for generating the ranking results.

@supercar1
Copy link
Author

Yes, that's exactly what I want to do :)
However, I don't understand how to do it, is there any specific function I should call? Or should I give an extra input on the command line?

Thank you!

@sathyarr
Copy link

@ii-research-yu, any update to previous question by @supercar1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants