aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-022-1/+80
* [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. Ra...Burak2014-08-013-40/+44
* [SPARK-1580][MLLIB] Estimate ALS communication and computation costs.Tor Myklebust2014-08-011-4/+122
* [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-015-2/+220
* [SPARK-2796] [mllib] DecisionTree bug fix: ordered categorical featuresJoseph K. Bradley2014-08-011-18/+27
* [SPARK-2786][mllib] Python correlationsDoris Xin2014-08-013-26/+72
* SPARK-2768 [MLLIB] Add product, user recommend method to MatrixFactorizationM...Sean Owen2014-08-011-2/+42
* [SPARK-2782][mllib] Bug fix for getRanks in SpearmanCorrelationDoris Xin2014-07-312-18/+22
* [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-318-154/+370
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-312-36/+151
* [SPARK-2511][MLLIB] add HashingTF and IDFXiangrui Meng2014-07-312-0/+273
* SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasetsSean Owen2014-07-302-92/+16
* [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-294-15/+80
* [SPARK-2514] [mllib] Random RDD generatorDoris Xin2014-07-273-0/+692
* [SPARK-2679] [MLLib] Ser/De for DoubleDoris Xin2014-07-271-0/+23
* [SPARK-2361][MLLIB] Use broadcast instead of serializing data directly into t...Xiangrui Meng2014-07-266-17/+36
* SPARK-2657 Use more compact data structures than ArrayBuffer in groupBy & cog...Matei Zaharia2014-07-251-1/+5
* [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-184-0/+403
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-188-234/+608
* SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)Joseph K. Bradley2014-07-171-1/+7
* [MLLIB] [SPARK-2222] Add multiclass evaluation metricsAlexander Ulanov2014-07-151-0/+190
* [SPARK-2477][MLlib] Using appendBias for adding intercept in GeneralizedLinea...DB Tsai2014-07-151-16/+5
* SPARK-2462. Make Vector.apply public.Sandy Ryza2014-07-121-1/+1
* use specialized axpy in RowMatrix for SVDLi Pu2014-07-111-1/+7
* [SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, and maxDB Tsai2014-07-112-134/+203
* SPARK-1782: svd for sparse matrix using ARPACKLi Pu2014-07-092-34/+306
* [SPARK-2152][MLlib] fix bin offset in DecisionTree node aggregations (also re...johnnywalleye2014-07-081-5/+5
* SPARK-1675. Make clear whether computePrincipalComponents requires centered dataSean Owen2014-07-031-0/+2
* [SPARK-2163] class LBFGS optimize with Double tolerance instead of IntGang Bai2014-06-201-1/+1
* Squishing a typo bug before it causes real harmDoris Xin2014-06-181-1/+1
* SPARK-2085: [MLlib] Apply user-specific regularization instead of uniform reg...Shuo Xiang2014-06-121-1/+7
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-111-64/+100
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-048-19/+254
* [MLLIB] set RDD names in ALSNeville Li2014-06-041-5/+11
* Fixed a typoDB Tsai2014-06-031-1/+1
* [SPARK-1553] Alternating nonnegative least-squaresTor Myklebust2014-06-022-3/+199
* SPARK-1925: Replace '&' with '&&'zsxwing2014-05-261-2/+2
* [SPARK-1741][MLLIB] add predict(JavaRDD) to RegressionModel, ClassificationMo...Xiangrui Meng2014-05-153-2/+25
* Package docsPrashant Sharma2014-05-143-0/+69
* [SPARK-1696][MLLIB] use alpha in dense dsprXiangrui Meng2014-05-141-1/+1
* SPARK-1791 - SVM implementation does not use threshold parameterAndrew Tulloch2014-05-131-1/+1
* Bug fix of sparse vector conversionFunes2014-05-081-1/+5
* [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and ...DB Tsai2014-05-081-38/+25