aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/mllib/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem...zero3232016-10-031-3/+13
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-191-1/+1
* [SPARK-16348][ML][MLLIB][PYTHON] Use full classpaths for pyspark ML JVM callsJoseph K. Bradley2016-07-051-7/+8
* [SPARK-16328][ML][MLLIB][PYSPARK] Add 'asML' and 'fromML' conversion methods ...Nick Pentreath2016-06-301-0/+69
* [SPARK-15037] [SQL] [MLLIB] Part2: Use SparkSession instead of SQLContext in ...Sandeep Singh2016-05-111-9/+10
* [SPARK-14739][PYSPARK] Fix Vectors parser bugsArash Parsa2016-04-211-5/+11
* [SPARK-14564][ML][MLLIB][PYSPARK] Python Word2Vec missing setWindowSize methodJason Lee2016-04-181-1/+3
* [SPARK-14238][ML][MLLIB][PYSPARK] Add binary toggle Param to PySpark HashingT...Yong Tang2016-04-141-0/+16
* [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python Dat...Wenchen Fan2016-03-021-2/+2
* [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