aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-3418] Sparse Matrix support (CCS) and additional native BLAS operation...Burak2014-09-184-2/+274
* [SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain param...qiping.lqp2014-09-151-2/+2
* [SPARK-3396][MLLIB] Use SquaredL2Updater in LogisticRegressionWithSGDChristoph Sawade2014-09-151-3/+41
* [SPARK-3160] [SPARK-3494] [mllib] DecisionTree: eliminate pre-allocated node...Joseph K. Bradley2014-09-121-134/+143
* [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum insta...qiping.lqp2014-09-101-8/+95
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-081-14/+4
* [SPARK-3086] [SPARK-3043] [SPARK-3156] [mllib] DecisionTree aggregation impr...Joseph K. Bradley2014-09-081-257/+134
* [HOTFIX][Streaming][MLlib] use temp folder for checkpointXiangrui Meng2014-08-191-6/+0
* [SPARK-3130][MLLIB] detect negative values in naive BayesXiangrui Meng2014-08-191-0/+28
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-191-0/+134
* [SPARK-3128][MLLIB] Use streaming test suite for StreamingLRfreeman2014-08-191-54/+67
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-182-4/+17
* [SPARK-3087][MLLIB] fix col indexing bug in chi-square and add a check for nu...Xiangrui Meng2014-08-171-9/+28
* [SPARK-3042] [mllib] DecisionTree Filter top-down instead of bottom-upJoseph K. Bradley2014-08-161-72/+95
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-161-8/+8
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-162-5/+5
* [SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with othersXiangrui Meng2014-08-152-14/+15
* [SPARK-3022] [SPARK-3041] [mllib] Call findBins once per level + unordered fe...Joseph K. Bradley2014-08-151-18/+32
* [SPARK-2979][MLlib] Improve the convergence rate by minimizing the condition ...DB Tsai2014-08-141-0/+57
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-121-9/+8
* [SPARK-2923][MLLIB] Implement some basic BLAS routinesXiangrui Meng2014-08-112-0/+159
* [SPARK-2934][MLlib] Adding LogisticRegressionWithLBFGS InterfaceDB Tsai2014-08-111-3/+86
* [SPARK-2515][mllib] Chi Squared testDoris Xin2014-08-111-0/+139
* [SPARK-1997][MLLIB] update breeze to 0.9Xiangrui Meng2014-08-081-1/+1
* [SPARK-2852][MLLIB] Separate model from IDF/StandardScaler algorithmsXiangrui Meng2014-08-072-37/+25
* [SPARK-2852][MLLIB] API consistency for `mllib.feature`Xiangrui Meng2014-08-061-0/+66
* [SPARK-2864][MLLIB] fix random seed in word2vec; move model to localXiangrui Meng2014-08-051-11/+4
* [MLlib] [SPARK-2510]Word2Vec: Distributed Representation of WordsLiquan Pei2014-08-031-0/+61