aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [MLlib] Use this.type as return type in k-means' builder patternDB Tsai2014-08-051-6/+6
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-051-15/+40
* [SPARK-2864][MLLIB] fix random seed in word2vec; move model to localXiangrui Meng2014-08-052-97/+106
* [MLlib] [SPARK-2510]Word2Vec: Distributed Representation of WordsLiquan Pei2014-08-032-0/+485
* SPARK-2272 [MLlib] Feature scaling which standardizes the range of independen...DB Tsai2014-08-036-1/+567
* [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-useJoseph K. Bradley2014-08-037-4/+162
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-023-2/+82
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-011-4/+0
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-011-0/+4
* [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. Ra...Burak2014-08-015-46/+52
* [SPARK-1580][MLLIB] Estimate ALS communication and computation costs.Tor Myklebust2014-08-012-8/+144
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-011-7/+21
* Streaming mllib [SPARK-2438][MLLIB]Jeremy Freeman2014-08-017-2/+360
* [SPARK-2796] [mllib] DecisionTree bug fix: ordered categorical featuresJoseph K. Bradley2014-08-012-18/+56
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-014-29/+90
* [HOTFIX] downgrade breeze version to 0.7Xiangrui Meng2014-08-011-1/+1
* [SPARK-1997] update breeze to version 0.8.1witgo2014-08-011-1/+5
* SPARK-2768 [MLLIB] Add product, user recommend method to MatrixFactorizationM...Sean Owen2014-08-012-19/+100
* [SPARK-2782][mllib] Bug fix for getRanks in SpearmanCorrelationDoris Xin2014-07-313-18/+47
* [SPARK-2777][MLLIB] change ALS factors storage level to MEMORY_AND_DISKXiangrui Meng2014-07-311-2/+2
* [SPARK-2756] [mllib] Decision tree bug fixesJoseph K. Bradley2014-07-319-173/+466
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-312-36/+151
* [SPARK-2511][MLLIB] add HashingTF and IDFXiangrui Meng2014-07-315-0/+454
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-304-140/+23
* SPARK-2749 [BUILD]. Spark SQL Java tests aren't compiling in Jenkins' Maven b...Sean Owen2014-07-301-0/+5
* [SPARK-2544][MLLIB] Improve ALS algorithm resource usageGuoQiang Li2014-07-301-0/+6
* SPARK-2748 [MLLIB] [GRAPHX] Loss of precision for small arguments to Math.exp...Sean Owen2014-07-301-4/+4
* [SPARK-2174][MLLIB] treeReduce and treeAggregateXiangrui Meng2014-07-295-15/+98
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-1/+1
* [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in ...DB Tsai2014-07-2810-130/+438
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-1/+1
* [SPARK-2514] [mllib] Random RDD generatorDoris Xin2014-07-275-0/+940
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-1/+1
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-272-0/+31
* [SPARK-2361][MLLIB] Use broadcast instead of serializing data directly into t...Xiangrui Meng2014-07-2619-70/+330
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-1/+1
* SPARK-2657 Use more compact data structures than ArrayBuffer in groupBy & cog...Matei Zaharia2014-07-251-1/+5
* [SPARK-2479 (partial)][MLLIB] fix binary metrics unit testsXiangrui Meng2014-07-241-9/+27
* [SPARK-2617] Correct doc and usages of preservesPartitioningXiangrui Meng2014-07-234-9/+9
* [SPARK-2612] [mllib] Fix data skew in ALSpeng.zhang2014-07-221-6/+5
* [SPARK-2495][MLLIB] remove private[mllib] from linear models' constructorsXiangrui Meng2014-07-205-5/+5
* [SPARK-2359][MLlib] CorrelationsDoris Xin2014-07-185-0/+519
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-189-247/+898
* SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)Joseph K. Bradley2014-07-172-1/+33
* [MLLIB] [SPARK-2222] Add multiclass evaluation metricsAlexander Ulanov2014-07-152-0/+280
* [SPARK-2477][MLlib] Using appendBias for adding intercept in GeneralizedLinea...DB Tsai2014-07-151-16/+5
* SPARK-2363. Clean MLlib's sample data filesSean Owen2014-07-137-2080/+0
* SPARK-2462. Make Vector.apply public.Sandy Ryza2014-07-121-1/+1
* use specialized axpy in RowMatrix for SVDLi Pu2014-07-111-1/+7