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

Pairwise Learning to Rank #194

Open
wants to merge 116 commits into
base: develop
Choose a base branch
from
Open

Conversation

mihikadave
Copy link

@mihikadave mihikadave commented Dec 19, 2017

We want to contribute to MeTA by implementing Pairwise Learning to Rank.

This contribution implements pairwise learning to rank with binary classifiers. The ranker here mainly follows the Stochastic Pairwise Descent algorithm based on D. Sculley's paper on 'Large Scale Learning to Rank'.

Considering the project architecture, we implemented a new class in pairwise_letor.h in include/meta/learn/learntorank/. The implementation of this class is in src/learn/learntorank/pairwise_letor.cpp.

An example of how to use this class can be found in src/learn/tools/pairwise_letor_main.cpp

Authors: Mihika Dave, Anthony Huang, Rachneet Kaur

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

Successfully merging this pull request may close these issues.

None yet

2 participants