Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 517 Bytes

stent-nostent

Three machine learning classifiers were analyzed to predict if a patient required a stent or not. The data was obtained from a study published by Kim et al: https://link.springer.com/chapter/10.1007%2F978-3-030-01364-6_9

file descriptions:

  1. stent_nostent.pdf - report writeup

  2. kaggleHW05_ANN.ipynb - neural network analysis

  3. kaggleHW05_pca.ipynb - PCA and SVM analysis

  4. hw05_kaggle_adaboost.ipynb - adaboost decision tree analysis

  5. hw05_kaggle_EDA.ipynb - exploratory data analysis