- 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
推薦閱讀
- Python for Secret Agents:Volume II
- Visual C++數字圖像模式識別技術詳解
- 區塊鏈架構與實現:Cosmos詳解
- 深入RabbitMQ
- Elasticsearch Server(Third Edition)
- 深入理解Elasticsearch(原書第3版)
- 代碼閱讀
- ActionScript 3.0從入門到精通(視頻實戰版)
- Vue.js光速入門及企業項目開發實戰
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- jQuery Essentials
- Python3從入門到實戰
- 羅布樂思開發官方指南:Lua 語言編程
- 數據結構:C語言描述(融媒體版)
- Practical C Programming