Skip to content

We aim to predict the world gross domestic product (GDP) based on GDPs of various countries.

Notifications You must be signed in to change notification settings

vikas9087/Predicting-World-GDP-using-Economical-Social-Parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict World GDP

We aim to predict the world gross domesticproducts (GDP) based on GDPs of various countries. The GDP of countries is impacted by various social, economical, culturalparameters. We are analysing those parameters from 1960 to 2017 and will predict future GDP of the world. We areusing supervised learning methods to build our models. We have used evaluated following models.

  1. Multiple Linear Regression
  2. Polynomial Regression
  3. Decision Tree Regression
  4. Random Forest Regression
  5. Ridge Regression
  6. Lasso Regression
  7. Elastic Net Regression

Data Sources folder contains the csv files used as input parameter. Codes contain our step by step building of models. The codes file contain our step by step data prepration, data cleaning & visualization. For the summary and conclusin please read 'Project Presentation_Final.pptx' and for detailed description of the project please read 'Report.pdf'