- Learning Data Mining with Python
- Robert Layton
- 134字
- 2021-07-16 13:30:50
Chapter 3. Predicting Sports Winners with Decision Trees
In this chapter, we will look at predicting the winner of sports matches using a different type of classification algorithm: decision trees. These algorithms have a number of advantages over other algorithms. One of the main advantages is that they are readable by humans. In this way, decision trees can be used to learn a procedure, which could then be given to a human to perform if needed. Another advantage is that they work with a variety of features, which we will see in this chapter.
We will cover the following topics in this chapter:
- Using the pandas library for loading and manipulating data
- Decision trees
- Random forests
- Using real-world datasets in data mining
- Creating new features and testing them in a robust framework
推薦閱讀
- Docker技術入門與實戰(第3版)
- Django Design Patterns and Best Practices
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Banana Pi Cookbook
- Building Minecraft Server Modifications
- C語言程序設計實驗指導 (第2版)
- Getting Started with LLVM Core Libraries
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Java EE 7 with GlassFish 4 Application Server
- 深入解析Java編譯器:源碼剖析與實例詳解
- Go語言入門經典
- Arduino機器人系統設計及開發
- Visual C++開發寶典
- 關系數據庫與SQL Server 2012(第3版)