Skip to content

Predicting Reduction of Life Expectancy by Nation owing to Mental Conditions

Notifications You must be signed in to change notification settings

Hafsa-Malik/DALY-Predictor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DALY-Predictor

A machine learning project aimed at developing a model for predicting Disability-Adjusted Life Years (DALYs) in order to analyze the year-wise reduced life expectancy in different nations due to various mental health disorders. By leveraging historical data on mental health disorders and analyzing their impact on life expectancy, the model aims to provide valuable insights into the burden of mental health on the overall population health.

Dataset

The dataset contains information on 6,840 studies from 228 countries from 1990 to 2019. Each row represents a country in a certain year, and columns represent features i.e. prevalence of certain disorders. The target variable is DALY (Disability-adjusted life years).

Link: https://www.kaggle.com/datasets/programmerrdai/mental-health-dataset

Model

Random Forest Regressor model has been used in this project which combines multiple decision trees to make predictions. Each decision tree is trained on a random subset of the data and features, and the final prediction is obtained by averaging the predictions of individual trees.

To Get Started

Download the .pkl located at: https://drive.google.com/file/d/1VX6TdxdDgvE-kc3DV5che3zLjVdlTgqV/view?usp=sharing and add it to model folder.

Group Members

■ Syeda Fatima Shahid (337346)
■ Hafsa Malik (341303)
■ Omar Ahmed (321604)

Screenshots

1

2

About

Predicting Reduction of Life Expectancy by Nation owing to Mental Conditions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.5%
  • HTML 1.4%
  • Other 1.1%