All Projects → savvastj → Nbashots

savvastj / Nbashots

Licence: bsd-3-clause
NBA shot charts using matplotlib, seaborn, and bokeh.

Projects that are alternatives of or similar to Nbashots

Dive Into Deep Learning Pytorch Pdf
本项目对中文版《动手学深度学习》中的代码进行了PyTorch实现并整理为PDF版本供下载
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Elmo Tutorial
A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)
Stars: ✭ 145 (+0.69%)
Mutual labels:  jupyter-notebook
Python camp
python code for pratice
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Desafio 2 2020
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Fall2018 Tutorials
Tutorials for Fall 2018
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Alphatrading
An workflow in factor-based equity trading, including factor analysis and factor modeling. For well-established factor models, I implement APT model, BARRA's risk model and dynamic multi-factor model in this project.
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Main
CS579: Online Social Network Analysis at the Illinois Institute of Technology
Stars: ✭ 143 (-0.69%)
Mutual labels:  jupyter-notebook
Python spectrograms and inversion
Spectrograms, MFCCs, and Inversion Demo in a jupyter notebook
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Machinelearning
【火炉炼AI】-机器学习系列文章
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Pymc3 models
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Pytorch tutorial
A set of jupyter notebooks on pytorch functions with examples
Stars: ✭ 142 (-1.39%)
Mutual labels:  jupyter-notebook
Math Formula Recognition
Math formula recognition (Images to LaTeX strings)
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Unet
U-Net Biomedical Image Segmentation
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Diy Alexa
Command recognition research
Stars: ✭ 143 (-0.69%)
Mutual labels:  jupyter-notebook
Graphwave
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Gp
A tutorial about Gaussian process regression
Stars: ✭ 141 (-2.08%)
Mutual labels:  jupyter-notebook
Face Recognition
Face recognition and its application as attendance system
Stars: ✭ 143 (-0.69%)
Mutual labels:  jupyter-notebook
Pycroscopy
Scientific analysis of nanoscale materials imaging data
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Cs231n
homework for CS231n 2017
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook
Multihead Siamese Nets
Implementation of Siamese Neural Networks built upon multihead attention mechanism for text semantic similarity task.
Stars: ✭ 144 (+0%)
Mutual labels:  jupyter-notebook

nbashots

nbashots is a library that is built on top of matplotlib, seaborn, and bokeh in order to create a variety of NBA shot charts using Python. nbashots allows for easy access to the NBA stats API in order to extract the necessary data for creating shot charts.

Just note that this library is in early development but it should work for Python 2.7 and 3.3+. Most of the code is based on my blog post.

Requirements

  • Python 2.7 or 3.3+

Mandatory packages

Installation

To install just run:

pip install nbashots

Tutorial

You can check out a tutorial I wrote up over here.

TODO

  • Finish up the documentation and create a readthedocs page.
  • Write tests.

License

Released under BSD 3-clause License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].