Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

An university assignment aiming to predict the world happiness

License

Notifications You must be signed in to change notification settings

thirdcoffee/predicting-world-happiness

Repository files navigation

Predicting World Happiness

This project aims to predict world happiness based on various socio-economic factors. It utilizes machine learning techniques to analyze and model the relationship between different variables and the happiness scores reported by countries around the world. Its focus lies on a subset of countries and data in the range of 2015 to 2021.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/thirdcoffee/predicting-world-happiness.git
  1. Navigate to the project directory:
cd predicting-world-happiness
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Jupyter notebook

Make it your own

As this is an university assignment, this project is not maintained. If you would like to create your own project based on this one, feel free to fork the repository and use it as a starting point.

Datasets and Sources

The dataset used in this project is the World Happiness Report, which contains happiness scores and various indicators for 156 countries. The data is collected annually and provides a comprehensive view of the factors that contribute to happiness. The report can be found here. We used this dataset from kaggle.

Additional data similiar to the original factors in the WHI:

Additional data not included in the WHI:

License

This project is licensed under the MIT License. Feel free to modify and distribute it as needed.


By thirdcoffee

About

An university assignment aiming to predict the world happiness

Resources

License

Stars

Watchers

Forks