- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 156字
- 2021-07-02 23:40:07
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 to the ones we have seen so far: decision trees. These algorithms have a number of advantages over other algorithms. One of the main advantages is that they are readable by humans, allowing for their use in human-driven decision making. 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, including categorical, 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 for classification
- Random forests to improve upon decision trees
- Using real-world datasets in data mining
- Creating new features and testing them in a robust framework
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Python 3.7網(wǎng)絡爬蟲快速入門
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- Spring技術內(nèi)幕:深入解析Spring架構與設計
- PyQt從入門到精通
- 算法精粹:經(jīng)典計算機科學問題的Python實現(xiàn)
- Troubleshooting PostgreSQL
- C語言程序設計
- C語言程序設計
- Android群英傳
- Python Data Science Cookbook
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Getting Started with Nano Server
- Lift Application Development Cookbook
- Practical GIS