aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-2174][MLLIB] treeReduce and treeAggregateXiangrui Meng2014-07-291-0/+18
* [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in ...DB Tsai2014-07-2810-130/+438
* [SPARK-2514] [mllib] Random RDD generatorDoris Xin2014-07-272-0/+248
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-271-0/+8
* [SPARK-2361][MLLIB] Use broadcast instead of serializing data directly into t...Xiangrui Meng2014-07-2613-53/+294
* [SPARK-2479 (partial)][MLLIB] fix binary metrics unit testsXiangrui Meng2014-07-241-9/+27
* [SPARK-2359][MLlib] CorrelationsDoris Xin2014-07-181-0/+116
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-181-13/+290
* SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)Joseph K. Bradley2014-07-171-0/+26
* [MLLIB] [SPARK-2222] Add multiclass evaluation metricsAlexander Ulanov2014-07-151-0/+90