- Mastering Machine Learning with R
- Cory Lesmeister
- 222字
- 2021-07-09 21:28:18
The process
The CRISP-DM process was designed specifically for the data mining. However, it is flexible and thorough enough that it can be applied to any analytical project, whether it is predictive analytics, data science, or machine learning. Don't be intimidated by the numerous list of tasks as you can apply your judgment to the process and adapt it for any real-world situation. The following figure provides a visual representation of the process and shows the feedback loops, which facilitate its flexibility:

Figure from CRISP-DM 1.0, Step-by-step data mining guide
The process has the following six phases:
- Business Understanding
- Data Understanding
- Data Preparation
- Modeling
- Evaluation
- Deployment
For an in-depth review of the entire process with all of its tasks and subtasks, you can examine the paper by SPSS, CRISP-DM 1.0, step-by-step data mining guide, available at https://the-modeling-agency.com/crisp-dm.pdf.
I will discuss each of the steps in the process, covering the important tasks. However, it will not be in the detailed level of the guide, but more high level. We will not skip any of the critical details but focus more on the techniques that one can apply to the tasks. Keep in mind that the process steps will be used in the later chapters as a framework in the actual application of the machine learning methods in general and the R code specifically.
- Embedded Linux Projects Using Yocto Project Cookbook
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Android Jetpack開發:原理解析與應用實戰
- Visual Basic 6.0程序設計計算機組裝與維修
- Swift 3 New Features
- Java程序設計與實踐教程(第2版)
- H5頁面設計:Mugeda版(微課版)
- 從Java到Web程序設計教程
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Citrix XenServer企業運維實戰
- Vue.js應用測試
- DevOps 精要:業務視角
- Oracle SOA Suite 12c Administrator's Guide
- Flutter從0基礎到App上線
- Python程序設計教程