File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,5 @@ depends on native Fortran routines. You may need to install the
3838if it is not already present on your nodes. MLlib will throw a linking error if it cannot
3939detect these libraries automatically.
4040
41- To use MLlib in Python, you will need [ NumPy] ( http://www.numpy.org ) version 1.7 or newer
42- and Python 2.7.
41+ To use MLlib in Python, you will need [ NumPy] ( http://www.numpy.org ) version 1.7 or newer.
4342
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Many of the methods also contain [doctests](http://docs.python.org/2/library/doc
152152# Libraries
153153
154154[ MLlib] ( mllib-guide.html ) is also available in PySpark. To use it, you'll need
155- [ NumPy] ( http://www.numpy.org ) version 1.7 or newer, and Python 2.7 . The [ MLlib guide] ( mllib-guide.html ) contains
155+ [ NumPy] ( http://www.numpy.org ) version 1.7 or newer. The [ MLlib guide] ( mllib-guide.html ) contains
156156some example applications.
157157
158158# Where to Go from Here
You can’t perform that action at this time.
0 commit comments