aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/linalg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem...zero3232016-10-031-5/+5
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-131-2/+0
* [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and 'fromML' conversion methods ...Nick Pentreath2016-06-301-0/+99
* [SPARK-16035][PYSPARK] Fix SparseVector parser assertion for end parenthesisandreapasqua2016-06-171-1/+1
* [SPARK-9656][MLLIB][PYTHON] Add missing methods to PySpark's Distributed Line...Mike Dusenberry2016-04-271-1/+31
* [SPARK-14739][PYSPARK] Fix Vectors parser bugsArash Parsa2016-04-211-3/+3
* Correct SparseVector.parse documentationMiles Yucht2016-02-161-1/+1
* [SPARK-11531][ML] SparseVector error MsgJoshi2016-01-061-1/+3
* [SPARK-11084] [ML] [PYTHON] Check if index can contain non-zero value before ...zero3232015-10-161-2/+2
* [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e…Bhargav Mangipudi2015-10-161-2/+3
* [SPARK-10973] [ML] [PYTHON] __gettitem__ method throws IndexError exception w...zero3232015-10-081-0/+3
* [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formattingnoelsmith2015-09-211-0/+1
* [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIsvinodkc2015-09-201-5/+17
* [SPARK-10516] [ MLLIB] Added values property in DenseVectorVinod K C2015-09-151-0/+4
* [SPARK-9793] [MLLIB] [PYSPARK] PySpark DenseVector, SparseVector implement __...Yanbo Liang2015-09-141-15/+75
* [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalgXiangrui Meng2015-07-301-0/+1162