aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-1646] Micro-optimisation of ALSTor Myklebust2014-04-291-5/+17
* [SPARK-1636][MLLIB] Move main methods to examplesXiangrui Meng2014-04-299-304/+7
* Improved build configurationwitgo2014-04-281-14/+0
* [Fix #79] Replace Breakable For Loops By While LoopsSandeep2014-04-231-29/+31
* [SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0Xiangrui Meng2014-04-221-0/+100
* [SPARK-1281] Improve partitioning in ALSTor Myklebust2014-04-222-23/+54
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-212-6/+3
* [SPARK-1535] ALS: Avoid the garbage-creating ctor of DoubleMatrixTor Myklebust2014-04-191-2/+11
* SPARK-1357 (addendum). More Experimental items in MLlibSean Owen2014-04-183-0/+10
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-181-6/+6
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-162-0/+60
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-153-50/+132
* Decision Tree documentation for MLlib programming guideManish Amde2014-04-151-0/+569
* [SPARK-1157][MLlib] L-BFGS Optimizer based on Breeze's implementation.DB Tsai2014-04-153-14/+480
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-143-0/+3
* [WIP] [SPARK-1328] Add vector statisticsXusen Yin2014-04-115-76/+230
* [SPARK-1225, 1241] [MLLIB] Add AreaUnderCurve and BinaryClassificationMetricsXiangrui Meng2014-04-119-0/+671
* Remove Unnecessary Whitespace'sSandeep2014-04-102-3/+3
* [SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental ::Xiangrui Meng2014-04-0933-71/+21
* [SPARK-1357] [MLLIB] Annotate developer and experimental APIsXiangrui Meng2014-04-0942-122/+355
* [SPARK-1390] Refactoring of matrices backed by RDDsXiangrui Meng2014-04-0818-992/+1152
* [SPARK-1434] [MLLIB] change labelParser from anonymous function to traitXiangrui Meng2014-04-084-25/+97
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-083-8/+8
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-1/+1
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-0238-576/+915