aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* 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-312-3/+92
* [SPARK-4797] Replace breezeSquaredDistanceLiang-Chi Hsieh2014-12-313-8/+100
* [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-295-1/+450
* [SPARK-4409][MLlib] Additional Linear Algebra UtilsBurak Yavuz2014-12-294-43/+868
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-252-2/+0
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-0/+2
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-222-8/+8
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-185-4/+622
* [SPARK-4887][MLlib] Fix a bad unittest in LogisticRegressionSuiteDB Tsai2014-12-181-3/+4
* [SPARK-4494][mllib] IDFModel.transform() add support for single vectorYuu ISHIKAWA2014-12-152-54/+86
* [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-049-71/+71
* [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-035-68/+70
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-024-6/+79
* [SPARK-4614][MLLIB] Slight API changes in Matrix and MatricesXiangrui Meng2014-11-262-11/+59
* [SPARK-4604][MLLIB] make MatrixFactorizationModel publicXiangrui Meng2014-11-252-3/+81
* [SPARK-4583] [mllib] LogLoss for GradientBoostedTrees fix + doc updatesJoseph K. Bradley2014-11-256-72/+146
* [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-213-72/+105
* [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-2017-405/+360
* Bumping version to 1.3.0-SNAPSHOT.Marcelo Vanzin2014-11-181-1/+1
* [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-162-1/+8
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-136-42/+56
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-133-53/+53
* [SPARK-4256] Make Binary Evaluation Metrics functions defined in cases where ...Andrew Bullen2014-11-122-27/+113
* [SPARK-4373][MLLIB] fix MLlib maven testsXiangrui Meng2014-11-1236-82/+108
* [SPARK-4369] [MLLib] fix TreeModel.predict() with RDDDavies Liu2014-11-121-0/+12
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-1231-16/+2246
* [SPARK-4355][MLLIB] fix OnlineSummarizer.merge when other.mean is zeroXiangrui Meng2014-11-122-45/+51
* [MLLIB] SPARK-4347: Reducing GradientBoostingSuite run time.Manish Amde2014-11-111-5/+5
* [MLLIB] [PYTHON] SPARK-4221: Expose nonnegative ALS in the python APIMichelangelo D'Agostino2014-11-071-6/+33
* [SPARK-4197] [mllib] GradientBoosting API cleanup and examples in Scala, JavaJoseph K. Bradley2014-11-054-187/+145
* [SPARK-3964] [MLlib] [PySpark] add Hypothesis test Python APIDavies Liu2014-11-041-0/+26
* [Spark-4060] [MLlib] exposing special rdd functions to the publicNiklas Wilcke2014-11-044-11/+13