From 139232134e64c42acac8e5bcc93a893094d6046a Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 25 Jun 2014 18:07:49 -0400 Subject: [PATCH] data entry tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db04777..a4bb604 100755 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ - Parallel processing via the multiprocessing module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/multiprocessing_intro.ipynb?create=1)] +- Entry point: Data - using sci-packages to prepare data for Machine Learning tasks and other data analyses [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/python_data_entry_point.ipynb?create=1)] +