Dataset used: The Global Health Observatory (GHO) data repository under World Health Organization (WHO) keeps track of the health status as well as many other related factors for all countries. The dataset related to life expectancy, health factors for 193 countries has been collected from the WHO data repository website. In this project we have considered data from the year 2000-2015 for 193 countries for analysis. To download the dataset, go to the following link:
https://drive.google.com/file/d/1Y_PvskwK23MOMY43r4ycLwecF_GCXfwo/view?usp=sharing
Required installations: This project was made in Jupyter notebook. To setup jupyter on your system: pip install jupyter
The following packages also need to be installed for our project. The package manager ‘pip’ can be used for these installations as below: pip install numpy
pip install pandas
pip install seaborn
pip install matplotlib
pip install scipy
pip install scikit-learn
To start jupyter notebook, type the following in CMD
jupyter notebook
Execute every cell to reproduce results
The code in the notebook must be executed in a sequential manner to obtain the proper results.