anujdutt9 / Disease-Prediction-from-Symptoms

Disease Prediction based on Symptoms.
277 stars 186 forks source link

Selection of Symptoms #5

Closed SaraKhatoon closed 3 years ago

SaraKhatoon commented 3 years ago

How do I select the symptoms from the list ? In README.md file is it mentioned that the symptoms can be selected from a given list. Where is the list !! Also, how does the raw_data.xlsx file get created once the symptoms are selected.

Address the issue at the earliest

Regards,

github-actions[bot] commented 3 years ago

Thanks for checking out the code. I will reply to you as soon as possbile.' first issue

anujdutt9 commented 3 years ago

Hi. Did you try to read the Jupyter notebook ? If yes, then the first line of the notebook gives the link to the dataset.

SaraKhatoon commented 3 years ago

How and where is the raw_data.xlsx file generated... You've mentioned in the README.md file that symptoms should be selected from the given list... I just want to know how is raw_data.xlsx generated and from where do I select the symptoms ? Like how do I give the input

anujdutt9 commented 3 years ago

Hi. So, if you see this link: https://impact.dbmi.columbia.edu/~friedma/Projects/DiseaseSymptomKB/index.html This has a table that you can copy into an excel file. This table has 3 columns: Disease, Count of Disease Occurrence and Symptom This is where the Disease to Symptom mapping comes from. Let me know if you still have any questions.