aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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