aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-054-187/+145
* [SPARK-3964] [MLlib] [PySpark] add Hypothesis test Python APIDavies Liu2014-11-041-0/+26
* [Spark-4060] [MLlib] exposing special rdd functions to the publicNiklas Wilcke2014-11-044-11/+13
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-1/+1
* [SPARK-3573][MLLIB] Make MLlib's Vector compatible with SQL's SchemaRDDXiangrui Meng2014-11-033-2/+83
* [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-015-39/+382
* [SPARK-4121] Set commons-math3 version based on hadoop profiles, instead of s...Xiangrui Meng2014-11-011-0/+4
* Streaming KMeans [MLLIB][SPARK-3254]freeman2014-10-312-0/+425
* [MLLIB] SPARK-1547: Add Gradient Boosting to MLlibManish Amde2014-10-3119-265/+1329
* [MLLIB] SPARK-2329 Add multi-label evaluation metricsAlexander Ulanov2014-10-312-0/+260
* [SPARK-3250] Implement Gap Sampling optimization for random samplingErik Erlandson2014-10-301-2/+2
* [SPARK-4124] [MLlib] [PySpark] simplify serialization in MLlib Python APIDavies Liu2014-10-301-39/+45
* SPARK-4111 [MLlib] add regression metricsYanbo Liang2014-10-302-0/+141
* [SPARK-4130][MLlib] Fixing libSVM parser bug with extra whitespaceJoseph E. Gonzalez2014-10-301-1/+1
* [SPARK-4129][MLlib] Performance tuning in MultivariateOnlineSummarizerDB Tsai2014-10-291-4/+21
* [SPARK-3961] [MLlib] [PySpark] Python API for mllib.featureDavies Liu2014-10-283-4/+60
* [MLlib] SPARK-3987: add test case on objective value for NNLScoderxiang2014-10-272-1/+31
* SPARK-4022 [CORE] [MLLIB] Replace colt dependency (LGPL) with commons-mathSean Owen2014-10-275-21/+27
* SPARK-3359 [DOCS] sbt/sbt unidoc doesn't work with Java 8Sean Owen2014-10-253-8/+9
* [SPARK-4055][MLlib] Inconsistent spelling 'MLlib' and 'MLLib'Kousuke Saruta2014-10-231-1/+1
* SPARK-3568 [mllib] add ranking metricscoderxiang2014-10-212-0/+206
* SPARK-3770: Make userFeatures accessible from pythonMichelangelo D'Agostino2014-10-211-0/+5
* [SPARK-3207][MLLIB]Choose splits for continuous features in DecisionTree more...Qiping Li2014-10-204-14/+174
* [SPARK-3934] [SPARK-3918] [mllib] Bug fixes for RandomForest, DecisionTreeJoseph K. Bradley2014-10-175-19/+29
* [SPARK-3971] [MLLib] [PySpark] hotfix: Customized pickler should work in clus...Davies Liu2014-10-161-5/+47
* SPARK-3803 [MLLIB] ArrayIndexOutOfBoundsException found in executing computeP...Sean Owen2014-10-141-7/+15
* Bug Fix: without unpersist method in RandomForest.scalaomgteam2014-10-131-0/+2
* 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-094-48/+197
* [SPARK-3856][MLLIB] use norm operator after breeze 0.10 upgradeXiangrui Meng2014-10-081-2/+2
* [SPARK-3832][MLlib] Upgrade Breeze dependency to 0.10DB Tsai2014-10-071-1/+1
* [SPARK-3486][MLlib][PySpark] PySpark support for Word2VecLiquan Pei2014-10-072-7/+62
* [SPARK-2461] [PySpark] Add a toString method to GeneralizedLinearModelSandy Ryza2014-10-061-0/+2
* [SPARK-3366][MLLIB]Compute best splits distributively in decision treeqiping.lqp2014-10-035-267/+182
* [SPARK-3748] Log thread name in unit test logsReynold Xin2014-10-011-1/+1
* [SPARK-3751] [mllib] DecisionTree: example update + print optionsJoseph K. Bradley2014-10-012-13/+31
* [SPARK-3701][MLLIB] update python linalg api and small fixesXiangrui Meng2014-09-301-4/+4
* [MLlib] [SPARK-2885] DIMSUM: All-pairs similarityReza Zadeh2014-09-294-5/+251
* [SPARK-1545] [mllib] Add Random ForestsJoseph K. Bradley2014-09-2813-492/+1353
* [SPARK-3614][MLLIB] Add minimumOccurence filtering to IDFRJ Nowling2014-09-263-5/+88
* [SPARK-1484][MLLIB] Warn when running an iterative algorithm on uncached data.Aaron Staple2014-09-254-25/+83
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-194-342/+214
* [SPARK-3418] Sparse Matrix support (CCS) and additional native BLAS operation...Burak2014-09-187-9/+831
* [SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain param...qiping.lqp2014-09-155-11/+13
* [MLlib] Update SVD documentation in IndexedRowMatrixReza Zadeh2014-09-151-8/+4
* [SPARK-3396][MLLIB] Use SquaredL2Updater in LogisticRegressionWithSGDChristoph Sawade2014-09-152-4/+42
* [SPARK-3160] [SPARK-3494] [mllib] DecisionTree: eliminate pre-allocated node...Joseph K. Bradley2014-09-127-256/+268
* [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum insta...qiping.lqp2014-09-107-36/+213