aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18901][ML] Require in LR LogisticAggregator is redundantwm624@hotmail.com2017-04-241-5/+0
* [SPARK-20423][ML] fix MLOR coeffs centering when reg == 0WeichenXu2017-04-212-3/+14
* [SPARK-20265][MLLIB] Improve Prefix'span pre-processing efficiencySyrux2017-04-132-35/+115
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-1210-24/+36
* [SPARK-20097][ML] Fix visibility discrepancy with numInstances and degreesOfF...Benjamin Fradet2017-04-112-2/+4
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-108-42/+69
* [SPARK-20260][MLLIB] String interpolation required for error messageVijay Ramesh2017-04-094-5/+5
* [SPARK-20076][ML][PYSPARK] Add Python interface for ml.stats.CorrelationLiang-Chi Hsieh2017-04-071-4/+4
* [SPARK-19953][ML] Random Forest Models use parent UID when being fitBryan Cutler2017-04-0641-100/+98
* [SPARK-20003][ML] FPGrowthModel setMinConfidence should affect rules generati...Yuhao Yang2017-04-042-21/+56
* [SPARK-20183][ML] Added outlierRatio arg to MLTestingUtils.testOutliersWithSm...Seth Hendrickson2017-04-045-6/+8
* [SPARK-19825][R][ML] spark.ml R API for FPGrowthzero3232017-04-032-0/+88
* [SPARK-19969][ML] Imputer doc and exampleYuhao Yang2017-04-031-1/+1
* [SPARK-19985][ML] Fixed copy method for some ML ModelsBryan Cutler2017-04-038-8/+30
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-301-1/+1
* [SPARK-20040][ML][PYTHON] pyspark wrapper for ChiSquareTestBago Amirbekian2017-03-281-3/+3
* [SPARK-20043][ML] DecisionTreeModel: ImpurityCalculator builder fails for upp...颜发才(Yan Facai)2017-03-282-1/+15
* [SPARK-17137][ML][WIP] Compress logistic regression coefficientssethah2017-03-252-37/+49
* [SPARK-15040][ML][PYSPARK] Add Imputer to PySparkNick Pentreath2017-03-241-5/+5
* [SPARK-19636][ML] Feature parity for correlation statistics in MLlibTimothy Hunter2017-03-232-0/+163
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-03-231-2/+2
* [SPARK-20039][ML] rename ChiSquare to ChiSquareTestJoseph K. Bradley2017-03-212-6/+6
* [SPARK-20041][DOC] Update docs for NaN handling in approxQuantileZheng RuiFeng2017-03-211-2/+2
* [SPARK-20011][ML][DOCS] Clarify documentation for ALS 'rank' parameterchristopher snow2017-03-211-8/+8
* [SPARK-19899][ML] Replace featuresCol with itemsCol in ml.fpm.FPGrowthzero3232017-03-202-18/+31
* [SPARK-19635][ML] DataFrame-based API for chi square testJoseph K. Bradley2017-03-164-6/+192
* [SPARK-13568][ML] Create feature transformer to impute missing valuesYuhao Yang2017-03-162-0/+444
* [SPARK-11569][ML] Fix StringIndexer to handle null value properlyMenglong TAN2017-03-142-22/+77
* [SPARK-19940][ML][MINOR] FPGrowthModel.transform should skip duplicated itemszero3232017-03-142-2/+16
* [SPARK-19922][ML] small speedups to findSynonymsAsher Krim2017-03-141-15/+19
* [SPARK-19391][SPARKR][ML] Tweedie GLM API for SparkRactuaryzhang2017-03-141-4/+15
* [MINOR][ML] Improve MLWriter overwrite error messageJoseph K. Bradley2017-03-131-2/+3
* [SPARK-19282][ML][SPARKR] RandomForest Wrapper and GBT Wrapper return param "...Xin Ren2017-03-124-0/+4
* [SPARK-16440][MLLIB] Ensure broadcasted variables are destroyed even in case ...Anthony Truchet2017-03-081-3/+15
* [SPARK-19806][ML][PYSPARK] PySpark GeneralizedLinearRegression supports tweed...Yanbo Liang2017-03-081-4/+4
* [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-072-12/+45
* [SPARK-17498][ML] StringIndexer enhancement for handling unseen labelsVinceShieh2017-03-072-28/+71
* [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-054-9/+297
* [SPARK-19745][ML] SVCAggregator captures coefficients in its closuresethah2017-03-026-24/+34
* [SPARK-19704][ML] AFTSurvivalRegression should support numeric censorColZheng RuiFeng2017-03-023-5/+37
* [SPARK-19733][ML] Removed unnecessary castings and refactored checked casts i...Vasilis Vryniotis2017-03-022-20/+95
* [SPARK-19787][ML] Changing the default parameter of regParam.Vasilis Vryniotis2017-03-011-1/+1
* [SPARK-14503][ML] spark.ml API for FPGrowthYuhao2017-02-282-0/+469
* [SPARK-14489][ML][PYSPARK] ALS unknown user/item prediction strategyNick Pentreath2017-02-282-4/+91
* [SPARK-19746][ML] Faster indexing for logistic aggregatorsethah2017-02-282-3/+34
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+2
* [MINOR][ML][DOC] Document default value for GeneralizedLinearRegression.linkP...Joseph K. Bradley2017-02-251-0/+2
* [SPARK-19616][SPARKR] weightCol and aggregationDepth should be improved for s...wm624@hotmail.com2017-02-224-5/+15