aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19142][SPARKR] spark.kmeans should take seed, initSteps, and tol as pa...wm624@hotmail.com2017-01-121-1/+8
* [SPARK-19110][MLLIB][FOLLOWUP] Add a unit test for testing logPrior and logLi...wm624@hotmail.com2017-01-121-0/+2
* [SPARK-17645][MLLIB][ML][FOLLOW-UP] document minor changePeng, Meng2017-01-103-23/+84
* [SPARK-17847][ML] Reduce shuffled data size of GaussianMixture & copy the imp...Yanbo Liang2017-01-092-18/+461
* [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for o...wm624@hotmail.com2017-01-072-2/+10
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-082-6/+10
* [SPARK-18194][ML] Log instrumentation in OneVsRest, CrossValidator, TrainVali...sueann2017-01-066-6/+37
* [MINOR] Correct LogisticRegression test case for probability2prediction.Yanbo Liang2017-01-051-4/+4
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-044-4/+4
* [SPARK-19054][ML] Eliminate extra pass in NBZheng RuiFeng2017-01-041-6/+4
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-031-0/+1
* [SPARK-18808][ML][MLLIB] ml.KMeansModel.transform is very inefficientSean Owen2016-12-302-10/+9
* [SPARK-18698][ML] Adding public constructor that takes uid for IndexToStringIlya Matiach2016-12-292-2/+8
* [SPARK-17772][ML][TEST] Add test functions for ML sample weightssethah2016-12-284-218/+154
* [MINOR][ML] Correct test cases of LoR raw2prediction & probability2prediction.Yanbo Liang2016-12-281-2/+18
* [SPARK-17645][MLLIB][ML] add feature selector method based on: False Discover...Peng2016-12-285-45/+222
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-211-0/+12
* [SPARK-18356][ML] KMeans should cache RDD before trainingZakaria_Hili2016-12-191-7/+5
* [SPARK-18471][MLLIB] In LBFGS, avoid sending huge vectors of 0Anthony Truchet2016-12-132-10/+37
* [SPARK-18715][ML] Fix AIC calculations in Binomial GLMactuaryzhang2016-12-132-32/+43
* [SPARK-18628][ML] Update Scala param and Python param to have quoteskrishnakalyan32016-12-112-6/+6
* [SPARK-3359][DOCS] Fix greater-than symbols in Javadoc to allow building with...Michal Senkyr2016-12-106-6/+6
* [SPARK-18326][SPARKR][ML] Review SparkR ML wrappers API for 2.1Yanbo Liang2016-12-072-5/+1
* [SPARK-18701][ML] Fix Poisson GLM failure due to wrong initializationactuaryzhang2016-12-072-10/+17
* [SPARK-18686][SPARKR][ML] Several cleanup and improvements for spark.logit.Yanbo Liang2016-12-071-35/+46
* [SPARK-18374][ML] Incorrect words in StopWords/english.txtYuhao2016-12-072-27/+55
* [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredict...Zheng RuiFeng2016-12-052-1/+22
* [SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin2016-12-021-1/+1
* [SPARK-18291][SPARKR][ML] Revert "[SPARK-18291][SPARKR][ML] SparkR glm predic...Yanbo Liang2016-12-021-71/+7
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-011-20/+8
* [SPARK-18476][SPARKR][ML] SparkR Logistic Regression should should support ou...wm624@hotmail.com2016-11-301-11/+26
* [SPARK-18318][ML] ML, Graph 2.1 QA: API: New Scala APIs, docsYanbo Liang2016-11-309-22/+28
* [SPARK-18612][MLLIB] Delete broadcasted variable in LBFGS CostFunAnthony Truchet2016-11-301-0/+3
* [SPARK-18319][ML][QA2.1] 2.1 QA: API: Experimental, DeveloperApi, final, seal...Yuhao2016-11-299-51/+7
* [SPARK-18592][ML] Move DT/RF/GBT Param setter methods to subclassesYanbo Liang2016-11-297-90/+260
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-2911-20/+60
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-2961-208/+231
* [SPARK-18408][ML] API Improvements for LSHYun Ni2016-11-286-221/+306
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-2614-103/+78
* [SPARK-18356][ML] Improve MLKmeans PerformanceZakaria_Hili2016-11-251-4/+16
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-2569-310/+336
* [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and ...Zheng RuiFeng2016-11-242-0/+20
* [SPARK-18501][ML][SPARKR] Fix spark.glm errors when fitting on collinear dataYanbo Liang2016-11-223-31/+90
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-2112-34/+44
* [SPARK-18456][ML][FOLLOWUP] Use matrix abstraction for coefficients in Logist...sethah2016-11-201-62/+53
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-1936-146/+185
* [SPARK-18480][DOCS] Fix wrong links for ML guide docsZheng RuiFeng2016-11-173-9/+9
* [SPARK-17462][MLLIB]use VersionUtils to parse Spark version stringsVinceShieh2016-11-172-8/+4
* [SPARK-18434][ML] Add missing ParamValidations for ML algosZheng RuiFeng2016-11-166-10/+22
* [SPARK-18438][SPARKR][ML] spark.mlp should support RFormula.Yanbo Liang2016-11-161-27/+34