From 35cad305714e564b9927c2e407ff303d9aee6dba Mon Sep 17 00:00:00 2001 From: Luiz Carlos Cavalcanti Date: Wed, 1 Feb 2017 22:39:06 -0200 Subject: [PATCH] Dependencies description on doc2vec-IMDB notebook Added the python package dependencies I could find on the doc2vec-IMDB tutorial. Not sure if it's all of them, in fact. Signed-off-by: Luiz Carlos Cavalcanti --- docs/notebooks/doc2vec-IMDB.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/notebooks/doc2vec-IMDB.ipynb b/docs/notebooks/doc2vec-IMDB.ipynb index c3d5bdc1fd..853567818a 100644 --- a/docs/notebooks/doc2vec-IMDB.ipynb +++ b/docs/notebooks/doc2vec-IMDB.ipynb @@ -13,7 +13,13 @@ "source": [ "TODO: section on introduction & motivation\n", "\n", - "TODO: prerequisites + dependencies (statsmodels, patsy, ?)" + "TODO: prerequisites + dependencies (statsmodels, patsy, ?)\n", + "\n", + "### Requirements\n", + "Following are the dependencies for this tutorial:\n", + " - testfixtures\n", + " - statsmodels\n", + " " ] }, {