-
Notifications
You must be signed in to change notification settings - Fork 0
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
I'm having some problems with the output of the predictions #2
Comments
Hi! No problem, I'm here to help. Since you are not using the version provided here, it's difficult to provide guidance to what could be happening so I'm going to suggest the following:
Let me know so I can proceed helping you |
Thanks for your suggestions, here's the deal: |
Try using a different cutoff, since that cutoff was selected specifically for the combination of parameters we had in our problem. I would recommend on first reproducing the results of the paper and later using the method for your use cases since it's the only way tu ensure the Python version works the same as the Julia one. You may add the python code here, but as I said before, I would recommend using JuliaCall to use the SimSpread library directly in python. |
Ok, thanks for your answer, I will make new adjustments and try the algorithm, this is my python code, you can take a look at it, if there is any problem you just point it out! |
Hello, I am sorry to bother you again after such a long time, but recently I have been using your SimSpread algorithm for peptide target prediction, and the data I used are peptide-target interaction matrix and peptide-peptide similarity matrix, and I have followed the algorithm code you gave me, but in the end I can't get any valid predictions, all the prediction results are 0! Even the relationships that are already there cannot be predicted. I would like to ask you what caused this situation, is it the problem of the data I prepared or the problem of the algorithm, I hope you can give me some advice and teach me the way to solve this problem, I appreciate it!
I've also attached an example of the predictions obtained by running the code, which you can also see, which really doesn't contain any valid predictions
(P.S. I'm not using the native Julia code you provided here, but the code I wrote in Python according to the principle of your algorithm, which is basically the same as yours, so there's no problem with my code in terms of syntax and logic)
Predictions_0.20.csv
The text was updated successfully, but these errors were encountered: