aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [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-15523][ML][MLLIB] Update JPMML to 1.2.15Villu Ruusmann2016-05-261-7/+3
* [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
* [SPARK-15414][MLLIB] Make the mllib,ml linalg type conversion APIs publicSandeep Singh2016-05-192-18/+42
* [SPARK-15361][ML] ML 2.0 QA: Scala APIs audit for ml.clusteringYanbo Liang2016-05-194-21/+43
* [SPARK-15411][ML] Add @since to ml.stat.MultivariateOnlineSummarizer.scalaDB Tsai2016-05-191-2/+2
* [SPARK-15292][ML] ML 2.0 QA: Scala APIs audit for classificationYanbo Liang2016-05-192-35/+91
* [SPARK-15362][ML] Make spark.ml KMeansModel load backwards compatibleYanbo Liang2016-05-191-5/+17
* [DOC][MINOR] ml.feature Scala and Python API syncBryan Cutler2016-05-194-6/+10
* [SPARK-15192][SQL] null check for SparkSession.createDataFrameWenchen Fan2016-05-181-1/+1
* [SPARK-14891][ML] Add schema validation for ALSNick Pentreath2016-05-183-18/+143
* [SPARK-15346][MLLIB] Reduce duplicate computation in picking initial pointsDLucky2016-05-181-6/+10
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-183-9/+10
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-183-8/+8
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-17152-345/+1007