Skip to content

This project focuses on predicting sleep disorders using real-world health data. By training machine learning models on features like BMI, age, gender, stress level, physical activity, and more. the workflow includes EDA, data preprocessing, feature engineer, model training and evaluation.

Notifications You must be signed in to change notification settings

pgoyal77/Sleep_Disorder_Prediction_Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sleep Disorder Prediction using Machine Learning

This project aims to predict sleep disorders using patient lifestyle and health data. It demonstrates an end-to-end machine learning pipeline: from data analysis and preprocessing to model building and evaluation.


Problem Statement

The goal is to analyze personal and health-related attributes (e.g., age, BMI, stress level, etc.) to classify individuals into:

  • No Sleep Disorder
  • Insomnia
  • Sleep Apnea

Key Features

  • Performed exploratory data analysis (EDA) to uncover trends
  • Handled missing values and categorical encoding
  • Trained classification models like:
    • Random Forest
    • Logistic Regression
    • Decision Tree
  • Achieved good accuracy and model performance
  • Evaluated results using confusion matrix, classification report

Tech Stack

  • Python, Machine Learning
  • Model Building, EDA, Preprocessing Data
  • Jupyter Notebook
  • Pandas, NumPy
  • Scikit-learn
  • Seaborn, Matplotlib

Learnings

  • Understood the impact of health/lifestyle factors on sleep quality.
  • Gained hands-on experience in classification modeling.
  • Learned how to build ML pipelines in the healthcare domain.

About

This project focuses on predicting sleep disorders using real-world health data. By training machine learning models on features like BMI, age, gender, stress level, physical activity, and more. the workflow includes EDA, data preprocessing, feature engineer, model training and evaluation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published