- 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程序設計教程(第2版)
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 零基礎PHP學習筆記
- Practical Internet of Things Security
- C#完全自學教程
- Selenium Design Patterns and Best Practices
- INSTANT MinGW Starter
- Getting Started with SQL Server 2012 Cube Development
- Mastering Rust
- Java編程的邏輯
- Building Serverless Architectures
- C語言程序設計實訓教程與水平考試指導
- SQL Server 入門很輕松(微課超值版)
- 嵌入式Linux C語言程序設計基礎教程
- Java高級程序設計