This is the repository of EE660 final project.
- Final project report ------ see
Project.pdf(Project.texis generated from R) - Programs for this project has two parts:
- The first part (getting & cleaning data, explorotary research) is in
Project.Rmd. After preprocessing, the data is saved astraining.csvandtest.csvin this reposotory. (Other.Rfiles are functions write by myself for preprocessing data.) - The second part (classification, further analysis) is in
Project.ipynb.
- Data and relevant paper are in http://www.hindawi.com/journals/bmri/2014/781670/.
- The downloaded data are
diabetic_data.csvandIDs_mapping.csvin this repository. (asi.csv,ati.csvandddi.csvare files generated fromIDs_mapping.csv, since there are three different types of ID in the originalIDs_maping.csv.) Project_cacheandProject.Rdataare cache files for R to speed up.- Other informations, please see
Project.pdf.