aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-216-34/+29
* [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
* [SPARK-18166][MLLIB] Fix Poisson GLM bug due to wrong requirement of response...actuaryzhang2016-11-141-2/+2
* [SPARK-18412][SPARKR][ML] Fix exception for some SparkR ML algorithms trainin...Yanbo Liang2016-11-135-38/+53
* [SPARK-14077][ML][FOLLOW-UP] Minor refactor and cleanup for NaiveBayesYanbo Liang2016-11-122-39/+39
* [SPARK-18060][ML] Avoid unnecessary computation for MLORsethah2016-11-121-51/+74
* [SPARK-18401][SPARKR][ML] SparkR random forest should support output original...Yanbo Liang2016-11-101-4/+24
* [SPARK-18268][ML][MLLIB] ALS fail with better message if ratings is empty rddSandeep Singh2016-11-102-0/+3
* [SPARK-18239][SPARKR] Gradient Boosted Tree for RFelix Cheung2016-11-085-14/+326
* [SPARK-17748][ML] Minor cleanups to one-pass linear regression with elastic netJoseph K. Bradley2016-11-083-12/+23
* [SPARK-18291][SPARKR][ML] SparkR glm predict should output original label whe...Yanbo Liang2016-11-071-8/+69
* [SPARK-18210][ML] Pipeline.copy does not create an instance with the same UIDWojciech Szymanski2016-11-061-1/+1
* [SPARK-18276][ML] ML models should copy the training summary and set parentsethah2016-11-055-9/+14
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-021-2/+2
* [SPARK-18088][ML] Various ChiSqSelector cleanupsJoseph K. Bradley2016-11-013-50/+58
* [SPARK-17848][ML] Move LabelCol datatype cast into Predictor.fitZheng RuiFeng2016-11-017-10/+16
* [SPARK-18024][SQL] Introduce an internal commit protocol APIReynold Xin2016-10-311-10/+7
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-303-0/+295
* [SPARK-3261][MLLIB] KMeans clusterer can return duplicate cluster centersSean Owen2016-10-302-11/+20
* [SPARK-5992][ML] Locality Sensitive HashingYunni2016-10-283-0/+732
* [SPARK-18109][ML] Add instrumentation to GMMZheng RuiFeng2016-10-281-0/+6
* [SPARK-17219][ML] enhanced NaN value handling in BucketizerVinceShieh2016-10-272-14/+104
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-262-0/+159
* [MINOR][ML] Refactor clustering summary.Yanbo Liang2016-10-264-83/+80
* [SPARK-17748][FOLLOW-UP][ML] Reorg variables of WeightedLeastSquares.Yanbo Liang2016-10-261-60/+79
* [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameterWeichenXu2016-10-251-1/+8
* [SPARK-18019][ML] Add instrumentation to GBTssethah2016-10-252-2/+17
* [SPARK-14634][ML][FOLLOWUP] Delete superfluous line in BisectingKMeansZheng RuiFeng2016-10-252-6/+5
* [SPARK-17748][ML] One pass solver for Weighted Least Squares with ElasticNetsethah2016-10-246-64/+401
* [SPARK-18049][MLLIB][TEST] Add missing tests for truePositiveRate and weighte...Zheng RuiFeng2016-10-243-4/+4
* [SPARK-17986][ML] SQLTransformer should remove temporary tablesDrew Robb2016-10-221-1/+3
* [SPARK-18042][SQL] OutputWriter should expose file path writtenReynold Xin2016-10-211-1/+7
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-212-2/+3
* [SPARK-18021][SQL] Refactor file name specification for data sourcesReynold Xin2016-10-201-10/+6
* [SPARK-17870][MLLIB][ML] Change statistic to pValue for SelectKBest and Selec...Peng2016-10-141-2/+2
* [SPARK-14634][ML] Add BisectingKMeansSummaryZheng RuiFeng2016-10-141-2/+72
* [SPARK-17835][ML][MLLIB] Optimize NaiveBayes mllib wrapper to eliminate extra...Yanbo Liang2016-10-122-18/+43
* [SPARK-11560][MLLIB] Optimize KMeans implementation / remove 'runs'Sean Owen2016-10-121-164/+132
* [SPARK-15153][ML][SPARKR] Fix SparkR spark.naiveBayes error when label is num...Yanbo Liang2016-10-111-0/+1
* [SPARK-15957][ML] RFormula supports forcing to index labelYanbo Liang2016-10-101-3/+26
* [SPARK-14610][ML] Remove superfluous split for continuous features in decisio...sethah2016-10-101-16/+15
* [MINOR][ML] remove redundant comment in LogisticRegressionwm624@hotmail.com2016-10-071-1/+0
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-074-10/+10
* [SPARK-17792][ML] L-BFGS solver for linear regression does not accept general...sethah2016-10-061-11/+6
* [MINOR][ML] Avoid 2D array flatten in NB training.Yanbo Liang2016-10-051-4/+4