Skip to content

Commit

Permalink
Added two notebooks showcasing the library.
Browse files Browse the repository at this point in the history
The first notebook, `kickscore-basics`, goes step-by-step through a
basic example whereas `nba-history` is a case study on a real-world
dataset of NBA games.
  • Loading branch information
lucasmaystre committed Jul 25, 2019
1 parent 0081e7c commit 4c5aaa3
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/.eggs/
/_novcs/
.cache/
examples/nba_elo.csv

# Sphinx-generated doc.
docs/_build
Expand Down
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ To install the latest release directly from PyPI, simply type::

pip install kickscore

To get started, you might want to explore one of these notebooks:

- `Basic example illustrating the API <examples/kickscore-basics.ipynb>`_
(`interactive version
<https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/kickscore-basics.ipynb>`_)
- `Visualizing the history of the NBA <examples/nba-history.ipynb>`_
(`interactive version
<https://colab.research.google.com/github/lucasmaystre/kickscore/blob/master/examples/nba-history.ipynb>`_)

References
----------

Expand Down
317 changes: 317 additions & 0 deletions examples/kickscore-basics.ipynb

Large diffs are not rendered by default.

264 changes: 264 additions & 0 deletions examples/nba-history.ipynb

Large diffs are not rendered by default.

0 comments on commit 4c5aaa3

Please sign in to comment.