AstraZeneca / chemicalx

A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)
https://chemicalx.readthedocs.io
Apache License 2.0
708 stars 87 forks source link

Performance bug of deepsynergy, deepdds and matchmaker on DrugBankDDI #109

Open wjxts opened 10 months ago

wjxts commented 10 months ago

It seems deepsynergy, deepdds and matchmaker use the groundtruth (which is called context in the dataset) as model input. So the models performance are extremely high.

sebastiandro commented 2 months ago

Hi @wjxts, could you elaborate on this? The contexts are one-hot encoded vectors representing the contexts where drugs would interact. How would the contexts be equivalent to ground truths?

Thanks //Sebastian