sjy1203 / GAMENet

GAMENet : Graph Augmented MEmory Networks for Recommending Medication Combination
MIT License
128 stars 43 forks source link

Regarding selection of top-40 severity drug drug interactions #18

Open Rajat1206 opened 7 months ago

Rajat1206 commented 7 months ago

Why has been this line of code in data/EDA.ipynb:

ddi_most_pd = ddi_most_pd.iloc[-40:,:]

been used for getting the top-40 severity DDIs? This is the code for getting the side effects with the least number of occurrences in the DDI file. I wanted to know how it corresponds to the top severity DDIs.

liyifo commented 2 months ago

I also encountered this problem. Do you have an answer?