ravigv / WorldHappinessReport

Clustering analysis on the data from the World Happiness Report 2021.

Home Page:https://ansegura7.github.io/WorldHappinessReport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Happiness Report 2021

Context

The World Happiness Report is a landmark survey of the state of global happiness . The report continues to gain global recognition as governments, organizations and civil society increasingly use happiness indicators to inform their policy-making decisions. Leading experts across fields – economics, psychology, survey analysis, national statistics, health, public policy and more – describe how measurements of well-being can be used effectively to assess the progress of nations. The reports review the state of happiness in the world today and show how the new science of happiness explains personal and national variations in happiness.

Content

The happiness scores and rankings use data from the Gallup World Poll . The columns following the happiness score estimate the extent to which each of six factors – economic production, social support, life expectancy, freedom, absence of corruption, and generosity – contribute to making life evaluations higher in each country than they are in Dystopia, a hypothetical country that has values equal to the world’s lowest national averages for each of the six factors. They have no impact on the total score reported for each country, but they do explain why some countries rank higher than others.

Dataset

Analysis

  1. Load and Explore Data
  2. Correlation Analysis
  3. Dimensionality Reduction
  • PCA
  • PCs Dependencies
  • PCA Variance Ratio
  1. Clustering: apply 3 different approaches
  • By partitioning: K-means
  • By Hierarchy: Hierarchical Agglomerative Clustering
  • By density: BSCAN

Clustering analysis can be seen here.

Contributing and Feedback

Any kind of feedback/criticism would be greatly appreciated (algorithm design, documentation, improvement ideas, spelling mistakes, etc...).

License

This project is licensed under the terms of the MIT license.

About

Clustering analysis on the data from the World Happiness Report 2021.

https://ansegura7.github.io/WorldHappinessReport/

License:MIT License


Languages

Language:HTML 65.0%Language:Jupyter Notebook 35.0%