Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery.
SUMMARY: This project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The Diabetes 130-US Hospitals dataset is a binary classification situation where we attempt to predict one of the two possible outcomes.
INTRODUCTION: The data set is the Diabetes 130-US Hospitals for years 1999-2008 donated to the University of California, Irvine (UCI) Machine Learning Repository. The dataset represents ten years (1999-2008) of clinical care at 130 US hospitals and integrated delivery networks. It includes over 50 features representing patient and hospital outcomes.
ANALYSIS: The performance of the cross-validated TensorFlow models achieved an average accuracy benchmark of 60.09% after running for five trials. When we applied the final model to Kaggle’s test dataset, the model achieved an accuracy score of 62.09%.
Dataset Used: Diabetes 130-US Hospitals for years 1999-2008 Dataset
Dataset ML Model: Binary classification with numerical and categorical attributes
Dataset Reference: https://archive.ics.uci.edu/ml/datasets/Diabetes+130-US+hospitals+for+years+1999-2008
One potential source of performance benchmarks: http://www.hindawi.com/journals/bmri/2014/781670/
The HTML formatted report can be found here on GitHub.