Math for Machine Learning
The CRISP-DM (Cross-Industry Standard Process for Data Mining) framework is a widely-used methodology for organizing data mining projects. It provides a structured approach to planning and executing data-driven projects, ensuring that each step is carried out systematically. Phases of CRISP-DM Business Understanding : Objective : Understand the project objectives and requirements from a business perspective. Tasks : Determine business objectives. Assess the situation. Establish data mining goals. Produce a project plan. Data Understanding : Objective : Collect initial data and gain insights into the data to identify data quality issues and discover initial patterns. Tasks : Collect initial data. Describe data. Explore data. Verify data quality. Data Preparation : Objective : Prepare the final dataset for modeling. This may involve cleaning, transforming, and selecting relevant data. Tasks : Select data. Clean data. Construct data. Integrate data. Format data. Modeling : Objective ...