Data Science MethodologyAn Analytic Approach to Capstone Project
Master the foundational 10-step methodology established by John B. Rollins (IBM Analytics). Learn how data scientists systematically traverse from business scoping to feedback loops, select between Train-Test Split and K-Fold Cross-Validation, and evaluate models using Confusion Matrices, Precision, Recall, F1-Score, and MSE/RMSE calculations.
2.1 The Foundational Data Science Methodology (John B. Rollins)
A methodology gives data scientists a structured framework to finish an AI project systematically without losing time and cost. Developed by John B. Rollins (IBM Analytics), it consists of 10 iterative steps grouped into five two-stage modules:
From Problem to Approach
- 1. Business Understanding (5W1H & goals)
- 2. Analytic Approach (Algorithm selection)
Requirements to Collection
- 3. Data Requirements (Content, format)
- 4. Data Collection (Primary vs Secondary)
Understanding to Preparation
- 5. Data Understanding (Descriptive stats)
- 6. Data Preparation (Feature Engineering)
Modelling to Evaluation
- 7. AI Modelling (Descriptive vs Predictive)
- 8. Model Evaluation (Diagnostic tests)
Deployment to Feedback
- 9. Deployment (Web/mobile integration)
- 10. Feedback (Iterative fine-tuning)
Feature engineering is the process of selecting, modifying, or creating new features (variables) from raw data to improve machine learning accuracy. For example, given raw house data with Year Built and Area:
Next: Unit 3 · Making Machines See
Explore Computer Vision, OpenCV, Teachable Machine, YOLO, and Image Segmentation.