- 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
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)
- 程序員面試算法寶典
- AngularJS深度剖析與最佳實(shí)踐
- 用Flutter極速構(gòu)建原生應(yīng)用
- Learning Python by Building Games
- Python編程:從入門到實(shí)踐
- PHP+Ajax+jQuery網(wǎng)站開發(fā)項(xiàng)目式教程
- 匯編語(yǔ)言編程基礎(chǔ):基于LoongArch
- JBoss:Developer's Guide
- Java程序設(shè)計(jì)教程
- jQuery從入門到精通(微課精編版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 創(chuàng)新工場(chǎng)講AI課:從知識(shí)到實(shí)踐
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)