Skip to content

This repository contains the components of the final project for 4al3.

Notifications You must be signed in to change notification settings

juliaabrz/4al3-final-project

 
 

Repository files navigation

Predicting Diabetes Health Status Using Various Machine Learning Models: A Comprehensive Dataset and Performance Analysis

Welcome to the 4AL3 Final Project Repository! This repository contains all the important data and files required for our final project for COMPSCI 4AL3 at McMaster University.

Project Overview

The objective of this project is to utilize CDC Diabetes Health Indicators data to predict an individual's health status as one of the following:

  • Diabetic
  • Pre-Diabetic
  • Healthy

Approach

  1. Multiple machine learning models will be implemented and evaluated based on accuracy. We chose K-Nearest Neighbours, Neural Network, and SVM.
  2. Results from the models will be thoroughly analyzed.
  3. The goal is to identify the most efficient model for predicting health status.

Contents

  • Data: Dataset derived from the UCI machine learning repository.
  • Code: Scripts used for data preprocessing, model training, evaluation, and analysis.
  • Results: Visualizations and metrics comparing model performance.

Tools and Technologies

This project leverages:

  • Python (for data manipulation and modeling)
  • Machine learning libraries (SKLearn)
  • Visualization tools (e.g., Matplotlib)

Authors

  • Nicole Sorokin
  • Julia Brzustowski
  • Anniruddh Arora

About

This repository contains the components of the final project for 4al3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%