- Mastering Machine Learning with R(Second Edition)
- Cory Lesmeister
- 226字
- 2021-07-09 18:23:54
Algorithm flowchart
The purpose of this section is to create a tool that will help you not just select possible modeling techniques but also think deeper about the problem. The residual benefit is that it may help you frame the problem with the project sponsor/team. The techniques in the flowchart are certainly not comprehensive but are exhaustive enough to get you started. It also includes techniques not discussed in this book.
The following figure starts the flow of selecting the potential modeling techniques. As you answer the question(s), it will take you to one of the four additional charts:
Figure 2
If the data is text or in the time series format, then you will follow the flow in the following figure:
Figure 3
In this branch of the algorithm, you do not have text or time series data. You also do not want to predict a category, so you are looking to make recommendations, understand associations, or predict a quantity:
Figure 4
To get to this section, you will have data that is not text or time series. You want to categorize the data, but it does not have an outcome label, which brings us to clustering methods, as follows:
Figure 5
This brings us to the situation where we want to categorize the data and it is labeled, that is, classification:
Figure 6
- Mockito Cookbook
- 數據庫程序員面試筆試真題庫
- 白話大數據與機器學習
- 數據中心數字孿生應用實踐
- 云數據中心網絡與SDN:技術架構與實現
- Hadoop 3實戰指南
- The Natural Language Processing Workshop
- 企業大數據處理:Spark、Druid、Flume與Kafka應用實踐
- 工業大數據融合體系結構與關鍵技術
- Arquillian Testing Guide
- Mastering Java for Data Science
- SQL必知必會(第5版)
- 反饋:化解不確定性的數字認知論
- Working with OpenERP
- Learning Game AI Programming with Lua