├── .DS_Store ├── README.md ├── abdulaziz ├── c2-model.md ├── chapter1.md ├── chapter2.md ├── chapter3.md └── chapter4.md ├── anwar └── readme.md ├── deren ├── Viva_Presentation-e-deren.pptx ├── peerj-cs-2217.pdf ├── readme.md ├── s13040-024-00396-8.pdf └── thesis-deren.pdf ├── dhekre ├── Projects │ ├── Comprehensive Pipeline for Improved Predictive Modeling │ │ └── Readme.md │ ├── Missing Value │ │ ├── Readme.md │ │ ├── Step4_Evaluation and comparison.py │ │ ├── cold_deck.py │ │ ├── install_package.py │ │ ├── knn.py │ │ ├── knn_imputer.py │ │ ├── main.py │ │ ├── mean.py │ │ ├── step1.py │ │ ├── step2.py │ │ └── step3.py │ └── Readme.md ├── code │ └── readme.md ├── data │ ├── HSHT.xlsx │ ├── Readme.md │ └── thyroid.csv ├── docs │ ├── Appendices-20230313T032049Z-001.zip │ ├── Dhekre letter.pdf │ ├── Diagnosing Thyroid Disease with Imbalanced Data ML A SLR.docx │ ├── Readme.md │ └── supporting letter Dhekre.pdf └── readme.md ├── franklin └── readme.md ├── haopeng └── readme.md ├── images ├── calendar-24.svg └── readme.md ├── li-jing ├── authoragree_Lizawati Mi Yu.pdf ├── authoragree_Mohd Shahizan Othman.pdf ├── comment.md └── readme.md ├── pan-tong ├── prisma.md └── readme.md ├── zhu-chaihua └── readme.md └── zhulinnan ├── ch1-ZhuLinnan.docx └── readme.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/README.md -------------------------------------------------------------------------------- /abdulaziz/c2-model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/abdulaziz/c2-model.md -------------------------------------------------------------------------------- /abdulaziz/chapter1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/abdulaziz/chapter1.md -------------------------------------------------------------------------------- /abdulaziz/chapter2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/abdulaziz/chapter2.md -------------------------------------------------------------------------------- /abdulaziz/chapter3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/abdulaziz/chapter3.md -------------------------------------------------------------------------------- /abdulaziz/chapter4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/abdulaziz/chapter4.md -------------------------------------------------------------------------------- /anwar/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /deren/Viva_Presentation-e-deren.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/deren/Viva_Presentation-e-deren.pptx -------------------------------------------------------------------------------- /deren/peerj-cs-2217.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/deren/peerj-cs-2217.pdf -------------------------------------------------------------------------------- /deren/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /deren/s13040-024-00396-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/deren/s13040-024-00396-8.pdf -------------------------------------------------------------------------------- /deren/thesis-deren.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/deren/thesis-deren.pdf -------------------------------------------------------------------------------- /dhekre/Projects/Comprehensive Pipeline for Improved Predictive Modeling/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Comprehensive Pipeline for Improved Predictive Modeling/Readme.md -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/Readme.md -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/Step4_Evaluation and comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/Step4_Evaluation and comparison.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/cold_deck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/cold_deck.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/install_package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/install_package.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/knn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/knn.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/knn_imputer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/knn_imputer.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/main.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/mean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/mean.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/step1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/step1.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/step2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/step2.py -------------------------------------------------------------------------------- /dhekre/Projects/Missing Value/step3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/Projects/Missing Value/step3.py -------------------------------------------------------------------------------- /dhekre/Projects/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dhekre/code/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/code/readme.md -------------------------------------------------------------------------------- /dhekre/data/HSHT.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/data/HSHT.xlsx -------------------------------------------------------------------------------- /dhekre/data/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/data/Readme.md -------------------------------------------------------------------------------- /dhekre/data/thyroid.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/data/thyroid.csv -------------------------------------------------------------------------------- /dhekre/docs/Appendices-20230313T032049Z-001.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/docs/Appendices-20230313T032049Z-001.zip -------------------------------------------------------------------------------- /dhekre/docs/Dhekre letter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/docs/Dhekre letter.pdf -------------------------------------------------------------------------------- /dhekre/docs/Diagnosing Thyroid Disease with Imbalanced Data ML A SLR.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/docs/Diagnosing Thyroid Disease with Imbalanced Data ML A SLR.docx -------------------------------------------------------------------------------- /dhekre/docs/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/docs/Readme.md -------------------------------------------------------------------------------- /dhekre/docs/supporting letter Dhekre.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/docs/supporting letter Dhekre.pdf -------------------------------------------------------------------------------- /dhekre/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/dhekre/readme.md -------------------------------------------------------------------------------- /franklin/readme.md: -------------------------------------------------------------------------------- 1 | 2 | # hello 3 | -------------------------------------------------------------------------------- /haopeng/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/calendar-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/images/calendar-24.svg -------------------------------------------------------------------------------- /images/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /li-jing/authoragree_Lizawati Mi Yu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/li-jing/authoragree_Lizawati Mi Yu.pdf -------------------------------------------------------------------------------- /li-jing/authoragree_Mohd Shahizan Othman.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/li-jing/authoragree_Mohd Shahizan Othman.pdf -------------------------------------------------------------------------------- /li-jing/comment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/li-jing/comment.md -------------------------------------------------------------------------------- /li-jing/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/li-jing/readme.md -------------------------------------------------------------------------------- /pan-tong/prisma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/pan-tong/prisma.md -------------------------------------------------------------------------------- /pan-tong/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/pan-tong/readme.md -------------------------------------------------------------------------------- /zhu-chaihua/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /zhulinnan/ch1-ZhuLinnan.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drshahizan/phd/HEAD/zhulinnan/ch1-ZhuLinnan.docx -------------------------------------------------------------------------------- /zhulinnan/readme.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------