- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/savvastj/nbaPlayerTracking
- 软件文档: http://savvastjortjoglou.com/nba-play-by-play-movements.html
软件介绍
nbaPlayerTracking 使用 stats.nba.com API 获取信息来分析 NBA 运动员其他的一些额外信息,比如两个运动员之间的距离,移动方面的信息。
代码示例:
import requests import pandas as pd import numpy as np %matplotlib inline import matplotlib.pyplot as plt import seaborn as sns from IPython.display import IFrame
Pattern Recognition and Machine Learning
Christopher Bishop / Springer / 2007-10-1 / USD 94.95
The dramatic growth in practical applications for machine learning over the last ten years has been accompanied by many important developments in the underlying algorithms and techniques. For example,......一起来看看 《Pattern Recognition and Machine Learning》 这本书的介绍吧!
