Created
February 27, 2016 17:39
-
-
Save swayson/0c72c333fe47f9814c29 to your computer and use it in GitHub Desktop.
Data Science Project Flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Phase 1 - Preparation: | |
Acquire data | |
Reformat and clean data | |
# Phase 2 - Analysis: | |
Edit analysis scripts | |
Execute analysis scripts | |
Inspect outputs | |
Debug | |
(repeat) | |
# Phase 3 - Reflection: | |
Take Notes | |
Hold Meetings | |
Make comparisons and explore alternatives | |
# Phase 4 - Dissemination: | |
Write reports | |
Deploy | |
Archive Experiment | |
Share Experiment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment