aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARK-2272 [MLlib] Feature scaling which standardizes the range of independen...DB Tsai2014-08-032-0/+320
* [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-useJoseph K. Bradley2014-08-032-0/+108
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-021-1/+2
* [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. Ra...Burak2014-08-012-6/+8
* [SPARK-1580][MLLIB] Estimate ALS communication and computation costs.Tor Myklebust2014-08-011-4/+22
* Streaming mllib [SPARK-2438][MLLIB]Jeremy Freeman2014-08-011-0/+135
* [SPARK-2796] [mllib] DecisionTree bug fix: ordered categorical featuresJoseph K. Bradley2014-08-011-0/+29
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-011-3/+18
* SPARK-2768 [MLLIB] Add product, user recommend method to MatrixFactorizationM...Sean Owen2014-08-011-17/+58
* [SPARK-2782][mllib] Bug fix for getRanks in SpearmanCorrelationDoris Xin2014-07-311-0/+25
* [SPARK-2756] [mllib] Decision tree bug fixesJoseph K. Bradley2014-07-311-19/+96
* [SPARK-2511][MLLIB] add HashingTF and IDFXiangrui Meng2014-07-313-0/+181
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-302-48/+7