aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-179-205/+908
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-151-6/+3
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-132-14/+45
* [SPARK-5988][MLlib] add save/load for PowerIterationClusteringModelXusen Yin2015-04-131-0/+34
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+2
* [SPARK-5885][MLLIB] Add VectorAssembler as a feature transformerXiangrui Meng2015-04-121-0/+63
* [SPARK-5886][ML] Add StringIndexer as a feature transformerXiangrui Meng2015-04-121-0/+52
* [SPARK-4081] [mllib] VectorIndexerJoseph K. Bradley2015-04-125-6/+394
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-101-10/+7
* [Spark-6693][MLlib]add tostring with max lines and width for matrixYuhao Yang2015-04-091-0/+16
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6765] Fix test code style for mllib.Reynold Xin2015-04-0812-28/+40
* [SPARK-6705][MLLIB] Add fit intercept api to ml logisticregressionOmede Firouz2015-04-071-0/+9
* [SPARK-6733][ Scheduler]Added scala.language.existentialsVinod K C2015-04-071-0/+1
* [SPARK-6345][STREAMING][MLLIB] Fix for training with predictionfreeman2015-04-022-0/+55
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-011-47/+24
* [SPARK-5692] [MLlib] Word2Vec save/loadMechCoder2015-03-311-0/+26
* [SPARK-4894][mllib] Added Bernoulli option to NaiveBayes model in mllibleahmcguire2015-03-312-37/+134
* [SPARK-6526][ML] Add Normalizer transformer in ML packageXusen Yin2015-03-271-0/+109
* [SPARK-5987] [MLlib] Save/load for GaussianMixtureModelsMechCoder2015-03-251-15/+37
* [ML][FEATURE] SPARK-5566: RegEx TokenizerAugustin Borsu2015-03-252-0/+156
* [SPARK-6496] [MLLIB] GeneralizedLinearAlgorithm.run(input, initialWeights) sh...Yanbo Liang2015-03-251-0/+6
* [SPARK-6308] [MLlib] [Sql] Override TypeName in VectorUDT and MatrixUDTMechCoder2015-03-232-0/+4
* [SPARK-6025] [MLlib] Add helper method evaluateEachIteration to extract learn...MechCoder2015-03-201-2/+14
* [SPARK-6309] [SQL] [MLlib] Implement MatrixUDTMechCoder2015-03-201-0/+13
* [SPARK-5955][MLLIB] add checkpointInterval to ALSXiangrui Meng2015-03-201-0/+17
* [MLlib] SPARK-5954: Top by keyShuo Xiang2015-03-201-0/+36
* [SPARK-6252] [mllib] Added getLambda to Scala NaiveBayesJoseph K. Bradley2015-03-131-0/+8
* [SPARK-4588] ML AttributesXiangrui Meng2015-03-124-0/+377
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-122-5/+5
* [SPARK-5986][MLLib] Add save/load for k-meansXusen Yin2015-03-111-1/+43
* [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bugXiangrui Meng2015-03-031-0/+4
* [SPARK-5976][MLLIB] Add partitioner to factors returned by ALSXiangrui Meng2015-02-251-1/+31
* [SPARK-5436] [MLlib] Validate GradientBoostedTrees using runWithValidationMechCoder2015-02-241-0/+36
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-193-29/+19
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-192-2/+2
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-171-2/+2
* [SPARK-3381] [MLlib] Eliminate bins for unordered features in DecisionTreesMechCoder2015-02-171-36/+1
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-2/+2
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-104-4/+4
* [SPARK-5021] [MLlib] Gaussian Mixture now supports Sparse InputMechCoder2015-02-102-4/+70
* [SPARK-5597][MLLIB] save/load for decision trees and emsemblesJoseph K. Bradley2015-02-093-34/+195
* SPARK-2149. [MLLIB] Univariate kernel density estimationSandy Ryza2015-02-091-0/+47
* [SPARK-5598][MLLIB] model save/load for ALSXiangrui Meng2015-02-081-0/+19
* [SPARK-5601][MLLIB] make streaming linear algorithms Java-friendlyXiangrui Meng2015-02-062-0/+162
* [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModelLiang-Chi Hsieh2015-02-062-4/+4
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-055-23/+310
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-051-3/+3
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-041-1/+1
* [SPARK-5599] Check MLlib public APIs for 1.3Xiangrui Meng2015-02-042-6/+6