Website

Hosted on AWS, Link:

Report Link

Member

Ziyun Zhong

Fangye Tang

Yunfei Guo

Jingya Sun

Faculty of Computer Science Dalhousie University Halifax, Canada

Topic

Exploration of Factors Influencing GDP

Abstract—GDP, Gross Domestics Products is a very abstract concept for non-economics professionals. For people to have a bettering understanding of GDP, we used machine learning, data classification, data regression on our pre-processed datasets. From the results, we found out which regressors are mostly contributed to GDP. Then, we used many different kinds of visualization modules to present our results. Users can interact with each visualization modules. From these modules, users get a good view about GDP. Keywords—GDP, Machine learning, Regression, Visualization

Download and Installation

To begin using this template, choose one of the following options to get started:

Project Structure

  • index.html
  • bundleChart.html -- bundleChart Relation between 4 selected regressor and other 6 unselected regressor
  • resultChordChart.html -- How regressors relate to each other?
  • resultPieChart -- How regressors contribute to GDP
  • Jinya_6906_presentation -- K-mean classification result presentation
  • dataSet
    • raw_data
      • data_preprocessing.py -- Choose year between 2004-2014, fill NaN with column average
      • data_preprocessingNew.py -- Choose year between 2004-2014, fill NaN with column average
      • *.csv -- raw csv file
    • new dataset
      • *.csv -- csv file with year between 2004-2014 with out NaN value
      • fixColumnName.py -- fix the column name, delete irrelevant column
      • findInterMax.py -- do the combination of countries in each file, find the best option, delete unwanted countries in table
      • 11dataset2.0
        • *.csv -- regressors csv file that choose finally to do the machine learning, 141 countries, 11 tables including GDP
        • dataset3.0
          • *.csv -- formatted csv file ready to be integrated into one table
          • firstLine.py -- integrated into one table
          • finalDatasetToby.csv -- final table

Reference