aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10086][MLLIB][STREAMING][PYSPARK] ignore StreamingKMeans test in PySpa...Xiangrui Meng2016-01-251-0/+1
* [SPARK-11295][PYSPARK] Add packages to JUnit output for Python testsGábor Lipták2016-01-201-11/+15
* Revert "[SPARK-11295] Add packages to JUnit output for Python tests"Xiangrui Meng2016-01-191-14/+10
* [SPARK-11295] Add packages to JUnit output for Python testsGábor Lipták2016-01-191-10/+14
* [SPARK-11944][PYSPARK][MLLIB] python mllib.clustering.bisecting k meansHolden Karau2016-01-191-0/+11
* [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not Nonezero3232016-01-071-0/+12
* Revert "[SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None"Yin Huai2016-01-061-12/+0
* [SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not Nonezero3232016-01-061-0/+12
* [SPARK-10158][PYSPARK][MLLIB] ALS better error message when using Long IDsBryan Cutler2015-12-201-0/+17
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-221-1/+8
* [SPARK-11084] [ML] [PYTHON] Check if index can contain non-zero value before ...zero3232015-10-161-0/+10
* [SPARK-10973] [ML] [PYTHON] __gettitem__ method throws IndexError exception w...zero3232015-10-081-5/+7
* [SPARK-10615] [PYSPARK] change assertEquals to assertEqualYanbo Liang2015-09-181-81/+81
* [SPARK-9793] [MLLIB] [PYSPARK] PySpark DenseVector, SparseVector implement __...Yanbo Liang2015-09-141-0/+32
* [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming ...Joseph K. Bradley2015-08-151-48/+129
* [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov TestMechCoder2015-07-201-0/+19
* [SPARK-7785] [MLLIB] [PYSPARK] Add __str__ and __repr__ to MatricesMechCoder2015-07-081-1/+51
* [SPARK-7401] [MLLIB] [PYSPARK] Vectorize dot product and sq_dist between Spar...MechCoder2015-07-031-0/+8
* [SPARK-6263] [MLLIB] Python MLlib API missing items: Utilslewuathe2015-07-011-0/+43
* [SPARK-4127] [MLLIB] [PYSPARK] Python bindings for StreamingLinearRegressionW...MechCoder2015-06-301-2/+122
* [SPARK-7633] [MLLIB] [PYSPARK] Python bindings for StreamingLogisticRegressio...MechCoder2015-06-241-1/+134
* [SPARK-8265] [MLLIB] [PYSPARK] Add LinearDataGenerator to pyspark.mllib.utilsMechCoder2015-06-231-2/+20
* [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max binsHolden Karau2015-06-221-0/+7
* [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`Yu ISHIKAWA2015-06-221-1/+2
* [SPARK-4118] [MLLIB] [PYSPARK] Python bindings for StreamingKMeansMechCoder2015-06-191-1/+149
* [SPARK-7605] [MLLIB] [PYSPARK] Python API for ElementwiseProductMechCoder2015-06-171-0/+13
* [SPARK-6390] [SQL] [MLlib] Port MatrixUDT to PySparkMechCoder2015-06-171-1/+33
* [SPARK-7328] [MLLIB] [PYSPARK] Pyspark.mllib.linalg.Vectors: Missing itemsMechCoder2015-05-071-1/+24
* [SPARK-6612] [MLLIB] [PYSPARK] Python KMeans parityHrishikesh Subramonian2015-05-051-3/+6
* [SPARK-7202] [MLLIB] [PYSPARK] Add SparseMatrixPickler to SerDeMechCoder2015-05-051-0/+3
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-33/+36
* [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrixMechCoder2015-04-211-0/+16
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-2/+4
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-10/+10
* [SPARK-6643][MLLIB] Implement StandardScalerModel missing methodslewuathe2015-04-121-0/+24
* [SPARK-6577] [MLlib] [PySpark] SparseMatrix should be supported in PySparkMechCoder2015-04-091-2/+50
* [SPARK-6720][MLLIB] PySpark MultivariateStatisticalSummary unit test for norm...lewuathe2015-04-071-0/+7
* [SPARK-6262][MLLIB]Implement missing methods for MultivariateStatisticalSummarylewuathe2015-04-051-0/+6
* [SPARK-6615][MLLIB] Python API for Word2Veclewuathe2015-04-031-5/+40
* [SPARK-6660][MLLIB] pythonToJava doesn't recognize object arraysXiangrui Meng2015-04-011-0/+8
* [SPARK-6576] [MLlib] [PySpark] DenseMatrix in PySpark should support indexingMechCoder2015-04-011-0/+7
* [SPARK-6598][MLLIB] Python API for IDFModellewuathe2015-03-311-0/+14
* [SPARK-6421][MLLIB] _regression_train_wrapper does not test initialWeights co...lewuathe2015-03-201-0/+7
* [SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlibXiangrui Meng2015-03-021-1/+26
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-1/+1
* [SPARK-5585] Flaky test in MLlib pythonDavies Liu2015-02-041-1/+1
* [SPARK-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-021-0/+26
* [SPARK-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-301-7/+34
* [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seednate.crosswhite2015-01-211-1/+16
* [SPARK-2909] [MLlib] [PySpark] SparseVector in pyspark now supports indexingMechCoder2015-01-141-0/+12