aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-197-79/+42
* [SPARK-19400][ML] Allow GLM to handle intercept only modelactuaryzhang2017-02-081-0/+55
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-081-0/+14
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-061-0/+27
* [SPARK-18929][ML] Add Tweedie distribution in GLMactuaryzhang2017-01-261-5/+286
* [SPARK-18218][ML][MLLIB] Reduce shuffled data size of BlockMatrix multiplicat...WeichenXu2017-01-261-6/+16
* [SPARK-19313][ML][MLLIB] GaussianMixture should limit the number of featuressethah2017-01-252-0/+28
* [SPARK-18036][ML][MLLIB] Fixing decision trees handling edge casesIlya Matiach2017-01-241-4/+29
* [SPARK-17747][ML] WeightCol support non-double numeric datatypesZheng RuiFeng2017-01-237-27/+65
* [SPARK-16473][MLLIB] Fix BisectingKMeans Algorithm failing in edge caseIlya Matiach2017-01-232-0/+32
* [SPARK-17455][MLLIB] Improve PAVA implementation in IsotonicRegressionz001qdp2017-01-231-9/+8
* [SPARK-14709][ML] spark.ml API for linear SVMYuhao2017-01-231-0/+241
* [SPARK-19155][ML] Make family case insensitive in GLMactuaryzhang2017-01-231-2/+2
* [SPARK-19155][ML] MLlib GeneralizedLinearRegression family and link should ca...Yanbo Liang2017-01-211-2/+2
* [SPARK-14272][ML] Add Loglikelihood in GaussianMixtureSummaryZheng RuiFeng2017-01-191-0/+7
* [SPARK-14975][ML] Fixed GBTClassifier to predict probability per training ins...Ilya Matiach2017-01-181-4/+157
* [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-101-17/+78
* [SPARK-17847][ML] Reduce shuffled data size of GaussianMixture & copy the imp...Yanbo Liang2017-01-091-2/+146
* [SPARK-19110][ML][MLLIB] DistributedLDAModel returns different logPrior for o...wm624@hotmail.com2017-01-071-0/+8
* [SPARK-19085][SQL] cleanup OutputWriterFactory and OutputWriterWenchen Fan2017-01-081-3/+3
* [MINOR] Correct LogisticRegression test case for probability2prediction.Yanbo Liang2017-01-051-4/+4
* [SPARK-18698][ML] Adding public constructor that takes uid for IndexToStringIlya Matiach2016-12-291-1/+7
* [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-282-32/+121
* [SPARK-18471][MLLIB] In LBFGS, avoid sending huge vectors of 0Anthony Truchet2016-12-131-0/+19
* [SPARK-18715][ML] Fix AIC calculations in Binomial GLMactuaryzhang2016-12-131-28/+29
* [SPARK-18701][ML] Fix Poisson GLM failure due to wrong initializationactuaryzhang2016-12-071-9/+12
* [SPARK-18374][ML] Incorrect words in StopWords/english.txtYuhao2016-12-071-1/+1
* [SPARK-18625][ML] OneVsRestModel should support setFeaturesCol and setPredict...Zheng RuiFeng2016-12-051-1/+13
* [SPARK-18408][ML] API Improvements for LSHYun Ni2016-11-283-71/+129
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-262-0/+14
* [SPARK-18501][ML][SPARKR] Fix spark.glm errors when fitting on collinear dataYanbo Liang2016-11-221-0/+21
* [SPARK-18282][ML][PYSPARK] Add python clustering summaries for GMM and BKMsethah2016-11-216-0/+15
* [SPARK-18166][MLLIB] Fix Poisson GLM bug due to wrong requirement of response...actuaryzhang2016-11-141-0/+45
* [SPARK-18268][ML][MLLIB] ALS fail with better message if ratings is empty rddSandeep Singh2016-11-102-0/+15
* [SPARK-14914][CORE] Fix Resource not closed after using, mostly for unit testsHyukjin Kwon2016-11-071-6/+10
* [SPARK-18210][ML] Pipeline.copy does not create an instance with the same UIDWojciech Szymanski2016-11-061-2/+20
* [SPARK-18276][ML] ML models should copy the training summary and set parentsethah2016-11-057-11/+48
* [SPARK-18088][ML] Various ChiSqSelector cleanupsJoseph K. Bradley2016-11-012-71/+81
* [SPARK-17848][ML] Move LabelCol datatype cast into Predictor.fitZheng RuiFeng2016-11-012-1/+82
* [SPARK-3261][MLLIB] KMeans clusterer can return duplicate cluster centersSean Owen2016-10-301-54/+65
* [SPARK-5992][ML] Locality Sensitive HashingYunni2016-10-283-0/+476
* [SPARK-17219][ML] enhanced NaN value handling in BucketizerVinceShieh2016-10-272-18/+43
* [SPARK-17748][FOLLOW-UP][ML] Reorg variables of WeightedLeastSquares.Yanbo Liang2016-10-261-8/+7
* [SPARK-17748][FOLLOW-UP][ML] Fix build error for Scala 2.10.Yanbo Liang2016-10-251-6/+7
* [SPARK-17748][ML] One pass solver for Weighted Least Squares with ElasticNetsethah2016-10-243-244/+593
* [SPARK-18049][MLLIB][TEST] Add missing tests for truePositiveRate and weighte...Zheng RuiFeng2016-10-242-1/+9
* [SPARK-17986][ML] SQLTransformer should remove temporary tablesDrew Robb2016-10-221-0/+1