aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-162-62/+0
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-139-9/+13
* SPARK-5018 [MLlib] [WIP] Make MultivariateGaussian publicTravis Galoppo2015-01-113-24/+59
* [SPARK-4406] [MLib] FIX: Validate k in SVDMechCoder2015-01-092-1/+4
* [SPARK-5015] [mllib] Random seed for GMM + make test suite deterministicJoseph K. Bradley2015-01-091-7/+19
* [SPARK-5145][Mllib] Add BLAS.dsyr and use it in GaussianMixtureEMLiang-Chi Hsieh2015-01-092-4/+32
* [SPARK-4891][PySpark][MLlib] Add gamma/log normal/exp dist sampling to P...RJ Nowling2015-01-081-0/+88
* SPARK-5148 [MLlib] Make usersOut/productsOut storagelevel in ALS configurableFernando Otero (ZeoS)2015-01-081-2/+16
* [SPARK-5116][MLlib] Add extractor for SparseVector and DenseVectorShuo Xiang2015-01-076-51/+57
* [SPARK-5128][MLLib] Add common used log1pExp API in MLUtilsDB Tsai2015-01-073-18/+27
* [SPARK-5099][Mllib] Simplify logistic loss functionLiang-Chi Hsieh2015-01-061-3/+9
* [SPARK-5050][Mllib] Add unit test for sqdistLiang-Chi Hsieh2015-01-061-2/+3
* SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance...Travis Galoppo2015-01-061-11/+72
* SPARK-5020 [MLlib] GaussianMixtureModel.predictMembership() should take an RD...Travis Galoppo2014-12-311-7/+2
* SPARK-4547 [MLLIB] OOM when making bins in BinaryClassificationMetricsSean Owen2014-12-311-3/+56
* [SPARK-4797] Replace breezeSquaredDistanceLiang-Chi Hsieh2014-12-312-8/+85
* [SPARK-4998][MLlib]delete the "train" functionLiu Jiongzhou2014-12-301-7/+0
* [Spark-4995] Replace Vector.toBreeze.activeIterator with foreachActiveJakub Dubovsky2014-12-303-6/+8
* [SPARK-4972][MLlib] Updated the scala doc for lasso and ridge regression for ...DB Tsai2014-12-292-2/+2
* Added setMinCount to Word2Vec.scalaganonp2014-12-292-5/+12
* SPARK-4156 [MLLIB] EM algorithm for GMMsTravis Galoppo2014-12-294-1/+372
* [SPARK-4409][MLlib] Additional Linear Algebra UtilsBurak Yavuz2014-12-291-38/+532
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-252-2/+0
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-221-5/+5
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-182-3/+429
* [SPARK-4494][mllib] IDFModel.transform() add support for single vectorYuu ISHIKAWA2014-12-151-28/+45
* [FIX][DOC] Fix broken links in ml-guide.mdXiangrui Meng2014-12-041-1/+0
* [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixesJoseph K. Bradley2014-12-046-18/+34
* [SPARK-4580] [SPARK-4610] [mllib] [docs] Documentation for tree ensembles + D...Joseph K. Bradley2014-12-046-40/+40
* [SPARK-4717][MLlib] Optimize BLAS library to avoid de-reference multiple time...DB Tsai2014-12-031-39/+60
* [SPARK-4708][MLLib] Make k-mean runs two/three times faster with dense/sparse...DB Tsai2014-12-034-62/+63
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-023-6/+55
* [SPARK-4614][MLLIB] Slight API changes in Matrix and MatricesXiangrui Meng2014-11-261-11/+9
* [SPARK-4604][MLLIB] make MatrixFactorizationModel publicXiangrui Meng2014-11-251-3/+25
* [SPARK-4583] [mllib] LogLoss for GradientBoostedTrees fix + doc updatesJoseph K. Bradley2014-11-255-47/+97
* [SPARK-4581][MLlib] Refactorize StandardScaler to improve the transformation ...DB Tsai2014-11-251-20/+50
* [SPARK-4526][MLLIB]GradientDescent get a wrong gradient value according to th...GuoQiang Li2014-11-251-19/+26
* [SPARK-4596][MLLib] Refactorize Normalizer to make code cleanerDB Tsai2014-11-251-10/+19
* [SPARK-4582][MLLIB] get raw vectors for further processing in Word2Vectkaessmann2014-11-241-0/+7
* [SPARK-4562] [MLlib] speedup vectorDavies Liu2014-11-241-8/+65
* [SPARK-4431][MLlib] Implement efficient foreachActive for dense and sparse ve...DB Tsai2014-11-212-72/+81
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-213-80/+56
* [SPARK-4439] [MLlib] add python api for random forestDavies Liu2014-11-202-10/+40
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-2013-338/+290
* [SPARK-4306] [MLlib] Python API for LogisticRegressionWithLBFGSDavies Liu2014-11-181-0/+35
* [SPARK-4435] [MLlib] [PySpark] improve classificationDavies Liu2014-11-182-2/+2
* ALS implicit: added missing parameter alpha in doc stringFelix Maximilian Möller2014-11-181-2/+3
* [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.GuoQiang Li2014-11-161-1/+1
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-135-30/+40
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-132-10/+22