From 8babd3a1cf402f66bc4cf9ded837b7fe14c97594 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 14 Mar 2015 19:57:55 -0400 Subject: [PATCH] Added Kaggle section to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ced2516..785ce25 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ IPython Notebooks demonstrating various command lines for Linux, Git, etc. * [ruby](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#ruby) * [jekyll](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/misc.ipynb#jekyll) +## kaggle + +IPython Notebooks used in [kaggle](https://www.kaggle.com/) competitions. + +* [titanic](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/kaggle/titanic.ipynb) + ## matplotlib [Coming Soon] IPython Notebooks demonstrating matplotlib functionality.