spark-instrumented-optimizer/python/pyspark/mllib
Xiangrui Meng 0f1dc3a73d [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot
`ndarray.dot` is not available in numpy 1.4. This PR makes pyspark/mllib compatible with numpy 1.4.

Author: Xiangrui Meng <meng@databricks.com>

Closes #1035 from mengxr/numpy-1.4 and squashes the following commits:

7ad2f0c [Xiangrui Meng] use numpy.dot instead of ndarray.dot
2014-06-11 00:22:40 -07:00
..
__init__.py SPARK-1426: Make MLlib work with NumPy versions older than 1.7 2014-04-15 00:19:43 -07:00
_common.py [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot 2014-06-11 00:22:40 -07:00
classification.py Fix PEP8 violations in Python mllib. 2014-05-25 17:15:01 -07:00
clustering.py Fix PEP8 violations in Python mllib. 2014-05-25 17:15:01 -07:00
linalg.py [SPARK-1752][MLLIB] Standardize text format for vectors and labeled points 2014-06-04 12:56:56 -07:00
recommendation.py Fix PEP8 violations in Python mllib. 2014-05-25 17:15:01 -07:00
regression.py [SPARK-1752][MLLIB] Standardize text format for vectors and labeled points 2014-06-04 12:56:56 -07:00
tests.py Fix PEP8 violations in Python mllib. 2014-05-25 17:15:01 -07:00
util.py [SPARK-1752][MLLIB] Standardize text format for vectors and labeled points 2014-06-04 12:56:56 -07:00