-
Notifications
You must be signed in to change notification settings - Fork 10
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
apply this to d-dim(d>1) regression task #1
Comments
Hi, thanks for your interest! To extend the method to d-dim (d>1) labels, Eq.2 in the paper needs to be modified. The core idea is how to produce a similarity matrix -- we need to measure the label similarity that can be used for ranking (which is used as supervision). |
thank you for your reply!
|
TrueRanker is not needed for label_ranks, because label_ranks is ground-truth and TrueRanker is used to make the ranking on the features to be differentiable. You can directly transform the similarity matrix to the ranking of matrix, by using rank_normalised function on each row of yyt. |
i got it,thank you for your patient solution |
thank you for your greate job!
if i would like to apply this to d-dim(d>1) regression task(target has d-min), how should change the ranksim.py ?
The text was updated successfully, but these errors were encountered: