aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSm...Seth Hendrickson2017-04-045-6/+8
* [SPARK-19985][ML] Fixed copy method for some ML ModelsBryan Cutler2017-04-034-3/+16
* [SPARK-20043][ML] DecisionTreeModel: ImpurityCalculator builder fails for upp...颜发才(Yan Facai)2017-03-281-0/+14
* [SPARK-17137][ML][WIP] Compress logistic regression coefficientssethah2017-03-251-14/+44
* [SPARK-19636][ML] Feature parity for correlation statistics in MLlibTimothy Hunter2017-03-231-0/+77
* [SPARK-20039][ML] rename ChiSquare to ChiSquareTestJoseph K. Bradley2017-03-211-5/+5
* [SPARK-19899][ML] Replace featuresCol with itemsCol in ml.fpm.FPGrowthzero3232017-03-201-7/+7
* [SPARK-19635][ML] DataFrame-based API for chi square testJoseph K. Bradley2017-03-162-4/+105
* [SPARK-13568][ML] Create feature transformer to impute missing valuesYuhao Yang2017-03-161-0/+185
* [SPARK-11569][ML] Fix StringIndexer to handle null value properlyMenglong TAN2017-03-141-0/+45
* [SPARK-19940][ML][MINOR] FPGrowthModel.transform should skip duplicated itemszero3232017-03-141-0/+14
* [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
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+2
* [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