Skip to content
  • Xiangrui Meng's avatar
    0f1dc3a7
    [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot · 0f1dc3a7
    Xiangrui Meng authored
    `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
    0f1dc3a7
    [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot
    Xiangrui Meng authored
    `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
Loading