aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, and maxDB Tsai2014-07-114-134/+457
* [SPARK-2358][MLLIB] Add an option to include native BLAS/LAPACK loader in the...Xiangrui Meng2014-07-101-0/+13
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+3
* SPARK-1782: svd for sparse matrix using ARPACKLi Pu2014-07-093-60/+339
* [SPARK-2417][MLlib] Fix DecisionTree testsjohnnywalleye2014-07-091-4/+4
* [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-2172] PySpark cannot import mllib modules in YARN-client modeSzul, Piotr2014-06-251-0/+8
* [SPARK-2163] class LBFGS optimize with Double tolerance instead of IntGang Bai2014-06-202-1/+35
* 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-112-83/+141
* Resolve scalatest warnings during buildwitgo2014-06-103-6/+6
* Remove compile-scoped junit dependency.Marcelo Vanzin2014-06-051-0/+8
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-0413-20/+449
* [MLLIB] set RDD names in ALSNeville Li2014-06-041-5/+11
* Fixed a typoDB Tsai2014-06-031-1/+1
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-039-9/+0
* [SPARK-1553] Alternating nonnegative least-squaresTor Myklebust2014-06-024-14/+300
* SPARK-1925: Replace '&' with '&&'zsxwing2014-05-261-2/+2
* Update LBFGSSuite.scalabaishuo(白硕)2014-05-231-2/+2
* [SPARK-1741][MLLIB] add predict(JavaRDD) to RegressionModel, ClassificationMo...Xiangrui Meng2014-05-156-2/+76
* 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-132-1/+38
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-122-14/+5
* Bug fix of sparse vector conversionFunes2014-05-082-1/+14
* [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and ...DB Tsai2014-05-082-48/+30
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-073-23/+170
* Update GradientDescentSuite.scalabaishuo(白硕)2014-05-071-3/+3
* SPARK-1727. Correct small compile errors, typos, and markdown issues in (prim...Sean Owen2014-05-061-6/+6
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-0534-320/+381