aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance...Travis Galoppo2015-01-061-0/+70
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* SPARK-4547 [MLLIB] OOM when making bins in BinaryClassificationMetricsSean Owen2014-12-311-0/+36
* [SPARK-4797] Replace breezeSquaredDistanceLiang-Chi Hsieh2014-12-311-0/+15
* SPARK-4156 [MLLIB] EM algorithm for GMMsTravis Galoppo2014-12-291-0/+78
* [SPARK-4409][MLlib] Additional Linear Algebra UtilsBurak Yavuz2014-12-293-5/+336
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-0/+2
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-221-3/+3
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-183-1/+193
* [SPARK-4887][MLlib] Fix a bad unittest in LogisticRegressionSuiteDB Tsai2014-12-181-3/+4
* [SPARK-4494][mllib] IDFModel.transform() add support for single vectorYuu ISHIKAWA2014-12-151-26/+41
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-043-31/+31
* [SPARK-4708][MLLib] Make k-mean runs two/three times faster with dense/sparse...DB Tsai2014-12-031-6/+7
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-021-0/+24
* [SPARK-4614][MLLIB] Slight API changes in Matrix and MatricesXiangrui Meng2014-11-261-0/+50
* [SPARK-4604][MLLIB] make MatrixFactorizationModel publicXiangrui Meng2014-11-251-0/+56
* [SPARK-4583] [mllib] LogLoss for GradientBoostedTrees fix + doc updatesJoseph K. Bradley2014-11-251-25/+49
* [SPARK-4431][MLlib] Implement efficient foreachActive for dense and sparse ve...DB Tsai2014-11-211-0/+24
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-204-67/+70
* [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.GuoQiang Li2014-11-161-0/+7
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-131-12/+16
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-131-43/+31
* [SPARK-4256] Make Binary Evaluation Metrics functions defined in cases where ...Andrew Bullen2014-11-121-16/+81
* [SPARK-4373][MLLIB] fix MLlib maven testsXiangrui Meng2014-11-1236-82/+108
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-1210-15/+631
* [SPARK-4355][MLLIB] fix OnlineSummarizer.merge when other.mean is zeroXiangrui Meng2014-11-121-0/+11
* [MLLIB] SPARK-4347: Reducing GradientBoostingSuite run time.Manish Amde2014-11-111-5/+5
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-051-20/+14
* [Spark-4060] [MLlib] exposing special rdd functions to the publicNiklas Wilcke2014-11-041-3/+3
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-031-0/+11
* [FIX][MLLIB] fix seed in BaggedPointSuiteXiangrui Meng2014-11-031-5/+5
* [SPARK-3161][MLLIB] Adding a node Id caching mechanism for training deci...Sung Chung2014-11-011-20/+49
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-311-0/+157
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-315-108/+341
* [MLLIB] SPARK-2329 Add multi-label evaluation metricsAlexander Ulanov2014-10-311-0/+103
* SPARK-4111 [MLlib] add regression metricsYanbo Liang2014-10-301-0/+52
* [MLlib] SPARK-3987: add test case on objective value for NNLScoderxiang2014-10-271-0/+30
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-271-1/+1
* SPARK-3568 [mllib] add ranking metricscoderxiang2014-10-211-0/+54
* [SPARK-3207][MLLIB]Choose splits for continuous features in DecisionTree more...Qiping Li2014-10-202-3/+70
* [SPARK-3934] [SPARK-3918] [mllib] Bug fixes for RandomForest, DecisionTreeJoseph K. Bradley2014-10-171-0/+16
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-091-5/+4
* [Minor] use norm operator after breeze 0.10 upgradeGuoQiang Li2014-10-091-8/+10
* [SPARK-3158][MLLIB]Avoid 1 extra aggregation for DecisionTree trainingQiping Li2014-10-091-8/+94
* [SPARK-3366][MLLIB]Compute best splits distributively in decision treeqiping.lqp2014-10-031-0/+1
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [MLlib] [SPARK-2885] DIMSUM: All-pairs similarityReza Zadeh2014-09-291-0/+37
* [SPARK-1545] [mllib] Add Random ForestsJoseph K. Bradley2014-09-282-123/+332
* [SPARK-3614][MLLIB] Add minimumOccurence filtering to IDFRJ Nowling2014-09-262-1/+55
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-16/+28