- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 174字
- 2021-07-02 23:40:07
Loading the dataset
In this chapter, we will look at predicting the winner of games of the National Basketball Association (NBA). Matches in the NBA are often close and can be decided at the last minute, making predicting the winner quite difficult. Many sports share this characteristic, whereby the (generally) better team could be beaten by another team on the right day.
Various research into predicting the winner suggests that there may be an upper limit to sports outcome prediction accuracy which, depending on the sport, is between 70 percent and 80 percent. There is a significant amount of research being performed into sports prediction, often through data mining or statistics-based methods.
In this chapter, we are going to have a look at an entry level basketball match prediction algorithm, using decision trees for determining whether a team will win a given match. Unfortunately, it doesn't quite make as much profit as the models that sports betting agencies use, which are often a bit more advanced, more complex, and ultimately, more accurate.
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Python數據分析基礎
- C++面向對象程序設計(微課版)
- Vue.js入門與商城開發實戰
- EPLAN實戰設計
- SSM輕量級框架應用實戰
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Test-Driven JavaScript Development
- Java并發編程之美
- PHP 8從入門到精通(視頻教學版)
- Visual Basic 程序設計實踐教程
- Learning Concurrency in Python
- 零基礎學SQL(升級版)
- 分布式數據庫HBase案例教程
- Java EE實用教程