| |

Coursera Capstone Project – Data Analysis and Interpretation

data analysis and intrepretation capstone

What is it

This week, I started the Data Analysis and Interpretation Capstone
by Wesleyan University on Coursera. This is the final of 5 course specialisation. The capstone project is expected to take 4 weeks. With each week tackling and doing a major component of the Project work.

 

What is the objective

The objective of this capstone project is to  allow the candidate to continue to apply and refine the data analytic techniques  learned from the previous courses in the Specialization to address an important issue in society. Hence it helps us to hone our skills further to solving real world problems and scenarios.

 

Data given 

In this project, we are given the chance to work with industry partners like  the Connection (www.theconnectioninc.org)  and DRIVENDATA (www.drivendata.org). We are also given access to work on leading world organisations like the World Bank. I chose to work with data on World Bank due to the impact World Bank is making globally.

 

 

I am already loving the course and capstone project as I am beginning to appreciate and recognise the link between the previous courses we learned and how to link them to finding solutions to real world and every day issues.

 

Watch out for my final report upon completion of the capstone project and my final thoughts and feelings about it.

 

Update: My final report is ready and you can check it out here:

Prediction of Adjusted Net National Income Per Capita of Countries

You can also download my full report as PDF straight into your inbox here:

Download It Now

Similar Posts

  • | |

    Running a Lasso Regression Analysis – Data Analysis and Intrepretation

    Overview My research work deals with Ghana, a country from the Gapminder dataset as has already been discussed from the beginning and progression through this course. My response variable, lifeexpectancy, is a quantitative response variable that measures the life expectancy of the people of Ghana. For the purposes of running the Lasso Regression Analysis, I added more variables…

  • Array Processing – Python Numpy – How to work with Arrays in Python

      Hi Guys, Thanks for all your emails. In this note, we will be looking at Array Processing in Python. This is part of lectures on Learning Python for Data Analysis and Visualization by Jose Portilla on Udemy. In [3]:

      In [4]:

      In [5]:

      In [6]:

      Out[6]:

    In [7]:

      Out[7]:

    In [8]:…

  • Python Bokeh plotting Data Exploration Visualization And Pivot Tables Analysis

    This is a quick walk through Bokeh data exploration and visualization and also python pivot_tables (credit to pbpython on the pivot_tables).Visualization Dashboard In [49]:

      In [50]:

     

    In [51]:

      Out[51]: First Name Last Name Sex Phone Fax Email Address Booking Date Departure Date Arrival Date Address1 … Number of Passengers Total Cost Currency…

  • Getting Stock Prices from Yahoo and plotting Python 3 Matplolib Urllib

    This is  some quick notes about getting stock data from Yahoo and plotting it using Matplotlib . The Python version used is Python 3.5 Credits to sentdex.  You can check him out on Youtube. In [11]:

      In [12]:

      In [13]:

      In [14]:

        Download It Now

  • ImportError: No module named learn.base Crab Python Fix

    I was working on Recommender System and had a problem when i tried importing from scikits.crab.recommenders.knn import UserBasedRecommender. I encountered the following error ImportError: No module named learn.base I did research on the web and found one good solution but it was in Chinese. Here is the link and credit to the original fixer :…

  • Python PyQt Gui Basics Button Window PyQt4 Pt1

    This is just some quick scrap notes on the basics of Python GUI building using PyQt. In [1]:

     

      the ‘init‘ statements runs anytime we call call the Window class we have created and it runs all the code in the Window class the _init__ method calls the super constructor and then sets…

Leave a Reply

Your email address will not be published. Required fields are marked *