This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Replies: 1 comment
-
I found an error in my implementation, I will report back if there are further issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to reproduce the zero-shot results from the ESM paper by Meier et al. (2021). You can find my current efforts here. The main implementation is in the
zeroshot.ipynb
notebook which you can open in GitHub.At the moment, I get vastly different results than the official values. While you report a spearman rho of > 0.6 for BLAT_ECOLX_Ranganathan2015, I only obtain a value of ~0.1. Thus, I kindly request you to review the notebook for any issues. I ensured that the following conditions are met:
examples/variant-prediction
.raw_df.csv
file linked there).I am surprised by these differences. Could you clear up my confusion?
Beta Was this translation helpful? Give feedback.
All reactions