LirongWu / Prompt-DDG

Code for ICML 2024 paper "Learning to Predict Mutational Effects of Protein-Protein Interactions by Microenvironment-aware Hierarchical Prompt Learning"
MIT License
27 stars 2 forks source link

Questions about K-fold cross-validation #2

Closed HaoDingg closed 2 months ago

HaoDingg commented 2 months ago

There seems something wrong with the K-fold cross-validation part.

Only one model weight file is saved and those from different folds are discarded. Also I doubt that the results printed are results from only one model. I can modify these codes tomorrow to realize K-fold by the way.

HaoDingg commented 2 months ago

Sorry I misunderstood the code, K-fold is used and all parameters are saved.

HaoDingg commented 2 months ago

Sorry for disturbing again