Results for ""
How would you systematically go about planning a machine learning/data science project? As a Data Scientist/ML Engineer, you don’t want to make the mistake of diving straight into designing the solution/modeling without first understanding the problem and objectives at hand. Additionally, it’s very crucial to spend more time on the data itself. If you like frameworks and would prefer to build some discipline around structuring your data science/machine learning process, CRISP-DM (Cross-industry Standard Process for Data Mining) can help you. CRISM-DM is one of the well-known and widely used industry-standard processes that can help modularize your data science/machine learning project into iterative steps. CRISM-DM breaks down a machine learning project into six iterative phases:
Again, remember this is an iterative process, so you might find yourself switching back and forth if project requirements change and/or you’re not satisfied with the outcomes. You might want to modify some steps depending on your project requirements and timelines. Overall, CRISP-DM is a domain-agnostic process that can help you build discipline and a framework around executing your data science/machine learning projects.
IBM