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

Train and Test dataset partition #5

Open
hezt opened this issue Nov 13, 2019 · 3 comments
Open

Train and Test dataset partition #5

hezt opened this issue Nov 13, 2019 · 3 comments

Comments

@hezt
Copy link

hezt commented Nov 13, 2019

Hello,

Could you please illustrate how to partite the train set and the test set from CV files (http://gerv.csail.mit.edu/deepligand_CVdata/) to get the evaluation performance curve depicted in your paper?

I'm trying to reimplement your train and evaluate processes.

Thanks,
Zitong

@hezt
Copy link
Author

hezt commented Nov 13, 2019

Hello,

Moreover, whether you concatenate the prediction results on each fold, where the model was trained on the other 4 folds, to draw auROC and auPRC curves?

Best,
Zitong

@haoyangz
Copy link
Contributor

@hezt For each of the five folds, we trained one model using the other four folds before using it to predict on this fold. The resulting predictions of the five folds were concatenated to calculate auROC and other metrics.

@KiAkize
Copy link

KiAkize commented Mar 15, 2021

Hello,

I am also trying to retrain 5cv models to reimplement results.

Could you please illustrate what each column of the downloaded 5CV data means?

In addition, besides renaming MHC names to the format in the MHC_pseudo.dat, what else needs to be done before using preprocess.py to transform training data?

Thank you!

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

3 participants