aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vecyinxusen2016-06-081-0/+19
* [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-041-7/+5
* [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-013-14/+21
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-3118-40/+40
* [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-2726-76/+76
* [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-2721-185/+150
* [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-251-2/+6
* 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-194-45/+45
* [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-191-33/+88
* [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-181-14/+41
* [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-182-5/+6
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-1767-132/+494
* [MINOR][DOCS] Replace remaining 'sqlContext' in ScalaDoc/JavaDoc.Dongjoon Hyun2016-05-171-1/+1
* [MINOR] Fix TyposZheng RuiFeng2016-05-152-33/+36
* [SPARK-15096][ML] LogisticRegression MultiClassSummarizer numClasses can fail...wm624@hotmail.com2016-05-141-1/+1
* [SPARK-15267][SQL] Refactor options for JDBC and ORC data sources and change ...hyukjinkwon2016-05-131-1/+1
* [SPARK-14900][ML] spark.ml classification metrics should include accuracywm624@hotmail.com2016-05-132-13/+19
* [SPARK-13961][ML] spark.ml ChiSqSelector and RFormula should support other nu...BenFradet2016-05-132-4/+4
* [SPARK-15181][ML][PYSPARK] Python API for GLR summaries.sethah2016-05-131-9/+9
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-121-2/+3
* [SPARK-15172][ML] Explicitly tell user initial coefficients is ignored when s...dding32016-05-091-2/+3
* [SPARK-14814][MLLIB] API: Java compatibility, docsYuhao Yang2016-05-091-2/+2