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

NOT able to reproduce spearman and kendall tau as reported in the paper. #15

Open
rodosingh opened this issue Oct 6, 2023 · 0 comments

Comments

@rodosingh
Copy link

Hello,

While reproducing the results, I'm unable to get the scores (Spearman and Kendall Tau) that you guys reported in the paper. It's deviating a lot from the reported score.

Can you please provide the actual code for computing it?

As per lines 430 and 431 (shown below)

MSVA/train.py

Lines 430 to 431 in dad26a6

pS=spearmanr(y_pred2,y_true2)[0]
kT=kendalltau(rankdata(-np.array(y_true2)), rankdata(-np.array(y_pred2)))[0]

We tried all different combinations but were unable to reach near what you have mentioned.
Please guide us!

Thanks in advance 😃 .

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

1 participant