Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 919 Bytes

Machine Learning checklist.md

File metadata and controls

23 lines (20 loc) · 919 Bytes

Machine Learning Project Checklist

This checklist can guide you through your Machine Learning projects. There are eight main steps:

  1. Frame the problem and look at the big picture.
  2. Get the data.
  3. Explore the data to gain insights.
  4. Prepare the data to better expose the underlying data patterns to Machine Learn‐ ing algorithms.
  5. Explore many different models and short-list the best ones.
  6. Fine-tune your models and combine them into a great solution.
  7. Present your solution.
  8. Launch, monitor, and maintain your system.

Frame the Problem and Look at the Big Picture

  1. Define the objective in business terms.
  2. How will your solution be used?
  3. What are the current solutions/workarounds (if any)?
  4. How should you frame this problem (supervised/unsupervised, online/offline, etc.)?
  5. How should performance be measured?
  6. Is the performance measure aligned with the business objective?