[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13997 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69204142 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -1236,6 +1359,44 @@ def sparse(numRows, numCols, colPtrs, rowIndices, values): """

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69203766 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -846,6 +890,33 @@ def dense(*elements): return DenseVector(elements)

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69203781 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -1236,6 +1359,44 @@ def sparse(numRows, numCols, colPtrs, rowIndices, values): """

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69203849 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -1236,6 +1359,44 @@ def sparse(numRows, numCols, colPtrs, rowIndices, values): """

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread MechCoder
Github user MechCoder commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69176771 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -1044,6 +1122,28 @@ def toSparse(self): return SparseMatrix(self.numRows,

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69178051 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -846,6 +890,33 @@ def dense(*elements): return DenseVector(elements)

[GitHub] spark pull request #13997: [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and ...

2016-06-30 Thread MechCoder
Github user MechCoder commented on a diff in the pull request: https://github.com/apache/spark/pull/13997#discussion_r69176457 --- Diff: python/pyspark/mllib/linalg/__init__.py --- @@ -846,6 +890,33 @@ def dense(*elements): return DenseVector(elements)