- 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
推薦閱讀
- Mastering Zabbix(Second Edition)
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- Mastering Swift 2
- TypeScript實(shí)戰(zhàn)指南
- Expert Android Programming
- Learning DHTMLX Suite UI
- Learning Vaadin 7(Second Edition)
- Java程序設(shè)計(jì)入門
- Fast Data Processing with Spark(Second Edition)
- Buildbox 2.x Game Development
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開(kāi)發(fā)
- UML軟件建模
- 基于GPU加速的計(jì)算機(jī)視覺(jué)編程:使用OpenCV和CUDA實(shí)時(shí)處理復(fù)雜圖像數(shù)據(jù)
- 關(guān)系數(shù)據(jù)庫(kù)與SQL Server 2012(第3版)
- Unity 5 Game Optimization