2025
PythonScikit-learnPandasNumPyJupyter Notebook
Diabetes Predictor: Machine Learning
Developed machine learning models used to predict whether individuals would develop diabetes from features in a medical database.
This machine learning group project involved analysing the Pima Indians Diabetes dataset to predict diabetes outcomes from medical features. The work covered exploratory data analysis, data cleaning (KNN imputation, outlier assessment, duplicate removal), and bias investigation. Several models were trained and compared, including: Logistic Regression, Decision Tree, Random Forest, and Support Vector Machine.