aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [ML][MINOR] Separate estimator and model params for read/write test.Yanbo Liang2017-03-0823-54/+59
* [SPARK-17629][ML] methods to return synonyms directlyAsher Krim2017-03-071-6/+14
* [SPARK-17498][ML] StringIndexer enhancement for handling unseen labelsVinceShieh2017-03-071-12/+22
* [SPARK-19382][ML] Test sparse vectors in LinearSVCSuitewm624@hotmail.com2017-03-061-2/+22
* [SPARK-19535][ML] RecommendForAllUsers RecommendForAllItems for ALS on DataframeSue Ann Hong2017-03-052-0/+167
* [SPARK-19745][ML] SVCAggregator captures coefficients in its closuresethah2017-03-021-1/+16
* [SPARK-19704][ML] AFTSurvivalRegression should support numeric censorColZheng RuiFeng2017-03-021-1/+33
* [SPARK-19733][ML] Removed unnecessary castings and refactored checked casts i...Vasilis Vryniotis2017-03-021-9/+75
* [SPARK-14503][ML] spark.ml API for FPGrowthYuhao2017-02-281-0/+130
* [SPARK-14489][ML][PYSPARK] ALS unknown user/item prediction strategyNick Pentreath2017-02-281-2/+49
* [SPARK-19746][ML] Faster indexing for logistic aggregatorsethah2017-02-281-0/+26
* [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