|

Examining The Structure of A Data Science Project

It is really ideal that you define the structure of your Data Science project before beginning the project.

The Data Science Project can take a couple of structures, however this is a high level guide which can help you structure and remain focused with your Data Science project

Structure Credit: JHU @Coursera.

 

Also this SlideShare presentation by Silicon Valley Data Science LLC is really helpful.

8 Steps to Creating a Data Strategy

 

Hope this helps you.

 

Want more information like this?

Similar Posts

  • | |

    Credit Approval Data Set – Predicting Credit Approval Using Logistic Regression and Matching Predictions to DataSet

    When someone applies for Credit, it will be unfair to reject those who duly qualify and it might be detrimental to the company to wrongly accept the wrong people.  This is likely to happen if we try to make such decisions based on gut feelings. So how do we use Machine Learning to increase our…

  • | |

    Testing a Basic Linear Regression Model – Data Analysis and Intrepretation

    Testing a Basic Linear Regression Model Background 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.     1)     Program  Code and Output

           #####################     OUTPUT BEGIN  #####################     Axes(0.125,0.125;0.775×0.775) Describe the centered…

  • |

    Python iloc, loc, ix Data Retrieving Selection Functions

      Pandas iloc, loc, and ix functions are very powerful ways to quickly select data from your dataframe. Today , we take a quick look at these 3 functions. Credits to Data School, you can check him out in Youtube  In [1]:

      In [2]:

      In [3]:

      Out[3]: City Colors Reported Shape Reported State…

  • |

    Decision Tree Price Optimisation – Regression Tree

    Price Optimisation can be achieved in several ways. I did a simple analysis of how you can use Decision Tree to price optimise a product. This article was published on Data Science Central which can be fully read here: Price Optimisation Using Decision Tree (Regression Tree) – Machine Learning   I  have received a lot…

  • |

    Choosing a Dataset – Data Management and Visualization

    I have gone through all the codebooks and having finished going through all of them I am particularly interested in the GapMinder dataset. From the GapMinder dataset my focus will be on the Life expectancy of a particular country. I have chosen to focus on the country, Ghana. The Life Expectancy of the people of…

Leave a Reply

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