- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 293字
- 2021-06-24 14:24:42
Tree-Based Classification
This quote from Fernández-Delgado et al. in the Journal of Machine Learning Research is meant to demonstrate that the techniques in this chapter are quite powerful, particularly when used for classification problems.
In previous chapters, we examined techniques used to predict label classification on three different datasets. Here, we'll apply tree-based methods with an eye to see whether we can improve our predictive power on the Santander data used in Chapter 3, Logistic Regression, and the data used in Chapter 4, Advanced Feature Selection in Linear Models.
The first item of discussion is the basic decision tree, which is simple to both build and to understand. However, the single decision tree method isn't likely to perform as well as the other methods that you've already learned, for example, Support Vector Machines (SVMs), or the ones that we've yet to learn, such as neural networks. Therefore, we'll discuss the creation of multiple, sometimes hundreds, of different trees with their individual results combined, leading to a single overall prediction.
These methods, as the paper referenced at the beginning of this chapter states, perform as well as, or better than, any technique in this book. These methods are known as random forests and gradient boosted trees. Additionally, we'll work on how to use the random forest method to assist in feature elimination/selection.
Following are the topics that we'll be covering in this chapter:
- An overview of the techniques
- Datasets and modeling
- 電腦組裝與維修從入門到精通(第2版)
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 電腦組裝、維護、維修全能一本通(全彩版)
- The Applied AI and Natural Language Processing Workshop
- 電腦軟硬件維修從入門到精通
- 筆記本電腦維修不是事兒(第2版)
- Apple Motion 5 Cookbook
- Large Scale Machine Learning with Python
- Practical Machine Learning with R
- 固態存儲:原理、架構與數據安全
- OpenGL Game Development By Example
- 單片機技術及應用
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- USB應用分析精粹:從設備硬件、固件到主機端程序設計
- 計算機應用基礎案例教程(Windows 7+Office 2010)