aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-19679][ML] Destroy broadcasted object without blockingZheng RuiFeng2017-02-223-3/+3
* [SPARK-19694][ML] Add missing 'setTopicDistributionCol' for LDAModelZheng RuiFeng2017-02-221-0/+3
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-197-79/+42
* [MLLIB][TYPO] Replace LeastSquaresAggregator with LogisticAggregatorMoussa Taifi2017-02-181-1/+1
* [SPARK-18080][ML][PYTHON] Python API & Examples for Locality Sensitive HashingYun Ni2017-02-151-3/+4
* [SPARK-19456][SPARKR] Add LinearSVC R APIwm624@hotmail.com2017-02-152-0/+154
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-141-2/+2
* [SPARK-18613][ML] make spark.mllib LDA dependencies in spark.ml LDA privatesueann2017-02-101-6/+6
* [SPARK-19400][ML] Allow GLM to handle intercept only modelactuaryzhang2017-02-083-1/+60
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-083-6/+73
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-061-0/+27
* [SPARK-19247][ML] Save large word2vec modelsAsher Krim2017-02-051-10/+46
* [SPARK-19389][ML][PYTHON][DOC] Minor doc fixes for ML Python Params and Linea...Joseph K. Bradley2017-02-021-1/+2
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-0118-62/+67
* [SPARK-19319][SPARKR] SparkR Kmeans summary returns error when the cluster si...wm624@hotmail.com2017-01-311-0/+2
* [SPARK-17161][PYSPARK][ML] Add PySpark-ML JavaWrapper convenience function to...Bryan Cutler2017-01-311-5/+0
* [SPARK-19384][ML] forget unpersist input dataset in IsotonicRegressionZheng RuiFeng2017-01-281-0/+2