2. Data Science and ML - Section 2: The Problems

Steps to tackle problems as Data Scientist:
  1. Formulate Question
    1. Not vague, be specific. Find the prediction (target/dependent variable), find what can correlate with the prediction, this will be the feature/independent variable.
  2. Gather Data

  3. Clean Data
  4. Explore/Visualize Data
  5. Train Algorithm
  6. Evaluate Results

Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort