aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][MLLIB] move setCheckpointInterval to non-expert settersXiangrui Meng2016-06-211-1/+1
* [SPARK-15177][.1][R] make SparkR model params and default values consistent w...Xiangrui Meng2016-06-212-6/+6
* [SPARK-10258][DOC][ML] Add @Since annotations to ml.featureNick Pentreath2016-06-2127-63/+357
* [SPARK-16074][MLLIB] expose VectorUDT/MatrixUDT in a public APIXiangrui Meng2016-06-203-0/+93
* [SPARK-15946][MLLIB] Conversion between old/new vector columns in a DataFrame...Xiangrui Meng2016-06-171-0/+14
* [SPARK-16008][ML] Remove unnecessary serialization in logistic regressionsethah2016-06-171-28/+29
* [SPARK-15922][MLLIB] `toIndexedRowMatrix` should consider the case `cols < of...Dongjoon Hyun2016-06-162-1/+6
* [SPARK-15983][SQL] Removes FileFormat.prepareReadCheng Lian2016-06-161-16/+17
* [SPARK-15979][SQL] Rename various Parquet support classes.Reynold Xin2016-06-151-5/+1
* [DOCS] Fix Gini and Entropy scaladocs in context of multiclass classificationWojciech Jurczyk2016-06-152-3/+2
* [SPARK-15945][MLLIB] Conversion between old/new vector columns in a DataFrame...Xiangrui Meng2016-06-143-8/+218
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-133-241/+364
* [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total counthyukjinkwon2016-06-122-1/+13
* [SPARK-15654] [SQL] fix non-splitable files for text based file formatsDavies Liu2016-06-101-1/+1
* [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length =...wangyang2016-06-101-1/+1
* [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar ...Bryan Cutler2016-06-102-2/+14
* [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vecyinxusen2016-06-082-0/+20
* [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression b...Yanbo Liang2016-06-073-1/+22
* [SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable publicJoseph K. Bradley2016-06-061-3/+41
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-069-10/+10
* [SPARK-15748][SQL] Replace inefficient foldLeft() call with flatMap() in Part...Josh Rosen2016-06-051-1/+1
* [SPARK-15770][ML] Annotation audit for Experimental and DeveloperApiZheng RuiFeng2016-06-0513-3/+50
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-042-8/+6
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-031-1/+1
* [SPARK-15740][MLLIB] ignore big model load / save in Word2VecSuiteXiangrui Meng2016-06-021-1/+1
* [SPARK-15668][ML] ml.feature: update check schema to avoid confusion when use...Yuhao Yang2016-06-024-36/+25
* [MINOR] clean up style for storage param setters in ALSNick Pentreath2016-06-021-6/+2
* [SPARK-15587][ML] ML 2.0 QA: Scala APIs audit for ml.featureYanbo Liang2016-06-014-16/+10
* [SPARK-15664][MLLIB] Replace FileSystem.get(conf) with path.getFileSystem(con...Lianhui Wang2016-06-015-20/+31
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-3122-51/+49
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-1/+5
* [SPARK-15610][ML] update error message for k in pcaZheng RuiFeng2016-05-272-4/+3
* [SPARK-15413][ML][MLLIB] Change `toBreeze` to `asBreeze` in Vector and MatrixDB Tsai2016-05-2741-125/+125
* [SPARK-11959][SPARK-15484][DOC][ML] Document WLS and IRLSYanbo Liang2016-05-271-1/+1
* [HOTFIX] Scala 2.10 compile GaussianMixtureModelAndrew Or2016-05-271-1/+1
* [SPARK-15584][SQL] Abstract duplicate code: `spark.sql.sources.` propertiesDongjoon Hyun2016-05-271-1/+2
* [SPARK-15603][MLLIB] Replace SQLContext with SparkSession in ML/MLLibDongjoon Hyun2016-05-2723-195/+160
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-267-8/+8
* [SPARK-15532][SQL] SQLContext/HiveContext's public constructors should use Sp...Yin Huai2016-05-261-1/+1
* [SPARK-15457][MLLIB][ML] Eliminate some warnings from MLlib about deprecationsSean Owen2016-05-267-39/+44
* [SPARK-15543][SQL] Rename DefaultSources to make them more self-describingReynold Xin2016-05-252-3/+7
* Log warnings for numIterations * miniBatchFraction < 1.0Gio Borje2016-05-251-0/+5
* [SPARK-15500][DOC][ML][PYSPARK] Remove default value in Param doc field in ALSNick Pentreath2016-05-251-2/+2
* [MINOR][MLLIB][STREAMING][SQL] Fix typoslfzCarlosC2016-05-252-2/+2
* [SPARK-15442][ML][PYSPARK] Add 'relativeError' param to PySpark QuantileDiscr...Nick Pentreath2016-05-241-5/+8
* [SPARK-15339][ML] ML 2.0 QA: Scala APIs and code audit for regressionYanbo Liang2016-05-195-47/+58
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-191-1/+1
* [SPARK-15296][MLLIB] Refactor All Java Tests that use SparkSessionSandeep Singh2016-05-1958-1147/+206
* [MINOR][ML][PYSPARK] ml.evaluation Scala and Python API syncYanbo Liang2016-05-191-1/+1
* [SPARK-15341][DOC][ML] Add documentation for "model.write" to clarify "summar...Yanbo Liang2016-05-195-2/+23