-
- Downloads
SPARK-1426: Make MLlib work with NumPy versions older than 1.7
Currently it requires NumPy 1.7 due to using the copyto method (http://docs.scipy.org/doc/numpy/reference/generated/numpy.copyto.html) for extracting data out of an array. Replace it with a fallback Author: Sandeep <sandeep@techaddict.me> Closes #391 from techaddict/1426 and squashes the following commits: d365962 [Sandeep] SPARK-1426: Make MLlib work with NumPy versions older than 1.7 Currently it requires NumPy 1.7 due to using the copyto method (http://docs.scipy.org/doc/numpy/reference/generated/numpy.copyto.html) for extracting data out of an array. Replace it with a fallback
Showing
- docs/mllib-guide.md 4 additions, 5 deletionsdocs/mllib-guide.md
- docs/python-programming-guide.md 3 additions, 3 deletionsdocs/python-programming-guide.md
- python/pyspark/mllib/__init__.py 3 additions, 3 deletionspython/pyspark/mllib/__init__.py
- python/pyspark/mllib/_common.py 6 additions, 5 deletionspython/pyspark/mllib/_common.py
Loading
Please register or sign in to comment