- 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
- ATmega16單片機項目驅(qū)動教程
- 電腦組裝與維修從入門到精通(第2版)
- 數(shù)字道路技術(shù)架構(gòu)與建設(shè)指南
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 單片機系統(tǒng)設(shè)計與開發(fā)教程
- Blender Quick Start Guide
- WebGL Hotshot
- 電腦組裝與維護即時通
- 嵌入式系統(tǒng)原理及應(yīng)用:基于ARM Cortex-M4體系結(jié)構(gòu)
- 單片機項目設(shè)計教程
- 計算機組裝、維護與維修項目教程
- The Reinforcement Learning Workshop
- 分布式存儲系統(tǒng):核心技術(shù)、系統(tǒng)實現(xiàn)與Go項目實戰(zhàn)
- 筆記本電腦現(xiàn)場維修實錄
- Arduino+3D打印創(chuàng)新電子制作2