Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DanielBarnes18
GitHub Repository: DanielBarnes18/IBM-Data-Science-Professional-Certificate
Path: blob/main/03. Data Science Methodology/Foundational Methodology.ipynb
8161 views
Kernel: Unknown Kernel

Foundational Methodology

Foundational Methodology

What is the Data Science Methodology?

In a nutshell, the Data Science Methodology aims to answer 10 basic questions in a prescribed sequence:

From problem to approach:

  1. What is the problem that you are trying to solve?

  2. How can you use data to answer the question?

Working with the data:

  1. What data do you need to answer the question?

  2. Where is the data coming from (identify all sources) and how will you get it?

  3. Is the data that you collected representative of the problem to be solved?

  4. What additional work is required to manipulate and work with the data?

Deriving the answer:

  1. In what way can the data be visualized to get the answer that is required?

  2. Does the model used really answer the initial question or does it need to be adjusted?

  3. Can you put the model into practice?

  4. Can you get constructive feedback into answering the question?