aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorReza Zadeh <rizlar@gmail.com>2014-01-17 14:34:03 -0800
committerReza Zadeh <rizlar@gmail.com>2014-01-17 14:34:03 -0800
commitcaf97a25a2bd70ef5164c3ce0e8b59a8e39eb288 (patch)
tree3eaffca1eb0c9031c4f9acc2b91ea915beec25b1 /docs/mllib-guide.md
parent4e96757793e7aee165381f80a60b3f46f60c9ebc (diff)
parentd749d472b37448edb322bc7208a3db925c9a4fc2 (diff)
downloadspark-caf97a25a2bd70ef5164c3ce0e8b59a8e39eb288.tar.gz
spark-caf97a25a2bd70ef5164c3ce0e8b59a8e39eb288.tar.bz2
spark-caf97a25a2bd70ef5164c3ce0e8b59a8e39eb288.zip
Merge remote-tracking branch 'upstream/master' into sparsesvd
Diffstat (limited to 'docs/mllib-guide.md')
-rw-r--r--docs/mllib-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index 5be8ce1ebe..0cc5505b50 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -21,7 +21,8 @@ depends on native Fortran routines. You may need to install the
if it is not already present on your nodes. MLlib will throw a linking error if it cannot
detect these libraries automatically.
-To use MLlib in Python, you will also need [NumPy](http://www.numpy.org) version 1.7 or newer.
+To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.7 or newer
+and Python 2.7.
# Binary Classification