aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-15211][SQL] Select features column from LibSVMRelation causes failureLiang-Chi Hsieh2016-05-091-1/+9
* [SPARK-14050][ML] Add multiple languages support and additional methods for S...Burak Köse2016-05-061-69/+37
* [HOTFIX] Fix MLUtils compileAndrew Or2016-05-051-1/+1
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-052-6/+5
* [SPARK-15106][PYSPARK][ML] Add PySpark package doc for ML component & remove ...Holden Karau2016-05-052-2/+2
* [SPARK-14844][ML] Add setFeaturesCol and setPredictionCol to KMeansM…Dominik Jastrzębski2016-05-041-0/+8
* [SPARK-14237][SQL] De-duplicate partition value appending logic in various bu...Cheng Lian2016-05-041-16/+1
* [SPARK-14973][ML] The CrossValidator and TrainValidationSplit miss the seed w...yinxusen2016-05-033-18/+25
* [SPARK-6717][ML] Clear shuffle files after checkpointing in ALSHolden Karau2016-05-031-2/+33
* [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spar...Xusen Yin2016-05-014-26/+32
* [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkRYanbo Liang2016-04-304-19/+30
* [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0Herman van Hovell2016-04-302-6/+0
* [SPARK-14653][ML] Remove json4s from mllib-localXiangrui Meng2016-04-301-0/+62
* [SPARK-13289][MLLIB] Fix infinite distances between word vectors in Word2VecM...Junyang2016-04-301-10/+8