spark-instrumented-optimizer/python/pyspark/mllib
lewuathe 184de91d15 [SPARK-6263] [MLLIB] Python MLlib API missing items: Utils
Implement missing API in pyspark.

MLUtils
* appendBias
* loadVectors

`kFold` is also missing however I am not sure `ClassTag` can be passed or restored through python.

Author: lewuathe <lewuathe@me.com>

Closes #5707 from Lewuathe/SPARK-6263 and squashes the following commits:

16863ea [lewuathe] Merge master
3fc27e7 [lewuathe] Merge branch 'master' into SPARK-6263
6084e9c [lewuathe] Resolv conflict
d2aa2a0 [lewuathe] Resolv conflict
9c329d8 [lewuathe] Fix efficiency
3a12a2d [lewuathe] Merge branch 'master' into SPARK-6263
1d4714b [lewuathe] Fix style
b29e2bc [lewuathe] Remove scipy dependencies
e32eb40 [lewuathe] Merge branch 'master' into SPARK-6263
25d3c9d [lewuathe] Remove unnecessary imports
7ec04db [lewuathe] Resolv conflict
1502d13 [lewuathe] Resolv conflict
d6bd416 [lewuathe] Check existence of scipy.sparse
5d555b1 [lewuathe] Construct scipy.sparse matrix
c345a44 [lewuathe] Merge branch 'master' into SPARK-6263
b8b5ef7 [lewuathe] Fix unnecessary sort method
d254be7 [lewuathe] Merge branch 'master' into SPARK-6263
62a9c7e [lewuathe] Fix appendBias return type
454c73d [lewuathe] Merge branch 'master' into SPARK-6263
a353354 [lewuathe] Remove unnecessary appendBias implementation
44295c2 [lewuathe] Merge branch 'master' into SPARK-6263
64f72ad [lewuathe] Merge branch 'master' into SPARK-6263
c728046 [lewuathe] Fix style
2980569 [lewuathe] [SPARK-6263] Python MLlib API missing items: Utils
2015-07-01 11:14:07 -07:00
..
stat [SPARK-7639] [PYSPARK] [MLLIB] Python API for KernelDensity 2015-06-06 14:52:14 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:47 -07:00
classification.py [SPARK-4127] [MLLIB] [PYSPARK] Python bindings for StreamingLinearRegressionWithSGD 2015-06-30 10:25:59 -07:00
clustering.py [SPARK-5962] [MLLIB] Python support for Power Iteration Clustering 2015-06-28 22:38:04 -07:00
common.py [SPARK-7922] [MLLIB] use DataFrames for user/item factors in ALSModel 2015-05-28 22:38:38 -07:00
evaluation.py [SPARK-7918] [MLLIB] MLlib Python doc parity check for evaluation and feature 2015-05-30 16:24:07 -07:00
feature.py [SPARK-7667] [MLLIB] MLlib Python API consistency check 2015-06-29 18:50:23 -07:00
fpm.py [SPARK-7212] [MLLIB] Add sequence learning flag 2015-06-28 22:26:07 -07:00
linalg.py [SPARK-6390] [SQL] [MLlib] Port MatrixUDT to PySpark 2015-06-17 11:10:16 -07:00
random.py [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflict 2015-05-29 14:13:44 -07:00
recommendation.py [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in regression.py 2015-06-22 11:53:11 -07:00
regression.py [SPARK-4127] [MLLIB] [PYSPARK] Python bindings for StreamingLinearRegressionWithSGD 2015-06-30 10:25:59 -07:00
tests.py [SPARK-6263] [MLLIB] Python MLlib API missing items: Utils 2015-07-01 11:14:07 -07:00
tree.py [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max bins 2015-06-22 22:40:19 -07:00
util.py [SPARK-6263] [MLLIB] Python MLlib API missing items: Utils 2015-07-01 11:14:07 -07:00