aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14563][ML] use a random table name instead of __THIS__ in SQLTransformerXiangrui Meng2016-04-121-4/+6
* [SPARK-13322][ML] AFTSurvivalRegression supports feature standardizationYanbo Liang2016-04-121-34/+71
* [SPARK-12566][SPARK-14324][ML] GLM model family, link function support in Spa...Yanbo Liang2016-04-122-115/+79
* [SPARK-3724][ML] RandomForest: More options for feature subset size.Yong Tang2016-04-123-3/+21
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-125-14/+7
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-111-33/+1
* [SPARK-13600][MLLIB] Use approxQuantile from DataFrame stats in QuantileDiscr...Oliver Pierson2016-04-111-94/+25
* [SPARK-14510][MLLIB] Add args-checking for LDA and StreamingKMeansZheng RuiFeng2016-04-112-3/+17
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-1156-201/+243
* [SPARK-14497][ML] Use top instead of sortBy() to get top N frequent words as ...fwang12016-04-101-10/+4
* [SPARK-14392][ML] CountVectorizer Estimator should include binary toggle Paramwm624@hotmail.com2016-04-091-17/+18
* [SPARK-14498][ML][PYTHON][SQL] Many cleanups to ML and ML-related docsJoseph K. Bradley2016-04-087-40/+80
* [SPARK-14298][ML][MLLIB] LDA should support disable checkpointYanbo Liang2016-04-082-3/+6
* [SPARK-13048][ML][MLLIB] keepLastCheckpoint option for LDA EM optimizerJoseph K. Bradley2016-04-074-23/+144
* [SPARK-12382][ML] Remove mllib GBT implementation and wrap mlsethah2016-04-063-181/+120
* [SPARK-14444][BUILD] Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-st...Dongjoon Hyun2016-04-061-4/+6
* [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and lo...Bryan Cutler2016-04-062-12/+37
* [SPARK-13538][ML] Add GaussianMixture to MLZheng RuiFeng2016-04-061-0/+311
* [SPARK-14322][MLLIB] Use treeAggregate instead of reduce in OnlineLDAOptimizerYuhao Yang2016-04-061-2/+3
* [SPARK-13786][ML][PYSPARK] Add save/load for pyspark.ml.tuningXusen Yin2016-04-063-0/+29
* [SPARK-14284][ML] KMeansSummary deprecating size; adding clusterSizesShally Sangal2016-04-052-2/+3
* [SPARK-14386][ML] Changed spark.ml ensemble trees methods to return concrete ...Joseph K. Bradley2016-04-045-18/+21
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-047-62/+387
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-036-7/+7
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-025-17/+21
* [MINOR] Typo fixesJacek Laskowski2016-04-022-2/+2
* [SPARK-14308][ML][MLLIB] Remove unused mllib tree classes and move private cl...sethah2016-04-0115-406/+13
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-018-31/+52
* [SPARK-14295][MLLIB][HOTFIX] Fixes Scala 2.10 compilation failureCheng Lian2016-04-011-1/+1
* [SPARK-14303][ML][SPARKR] Define and use KMeansWrapper for SparkR::kmeansYanbo Liang2016-03-312-51/+86
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-313-379/+489
* [SPARK-14295][SPARK-14274][SQL] Implements buildReader() for LibSVMCheng Lian2016-03-312-33/+127
* [SPARK-11892][ML] Model export/import for spark.ml: OneVsRestXusen Yin2016-03-312-16/+157
* [SPARK-13782][ML] Model export/import for spark.ml: BisectingKMeansYuhao Yang2016-03-313-8/+151
* [SPARK-14164][MLLIB] Improve input layer validation of MultilayerPerceptronCl...Dongjoon Hyun2016-03-311-2/+1
* [SPARK-11507][MLLIB] add compact in Matrices fromBreezeYuhao Yang2016-03-301-1/+9
* [MINOR][ML] Fix the wrong param name of LDA topicDistributionColYanbo Liang2016-03-301-1/+1
* [SPARK-14181] TrainValidationSplit should have HasSeedXusen Yin2016-03-301-5/+10
* [SPARK-14154][MLLIB] Simplify the implementation for Kolmogorov–Smirnov testYuhao Yang2016-03-291-73/+4
* [SPARK-13963][ML] Adding binary toggle param to HashingTFBryan Cutler2016-03-292-4/+34
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-289-132/+162
* [SPARK-11893] Model export/import for spark.ml: TrainValidationSplitXusen Yin2016-03-284-140/+267
* [SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrixChenliang Xu2016-03-281-1/+1
* [SPARK-12494][MLLIB] Array out of bound Exception in KMeans Yarn ModeSean Owen2016-03-281-0/+2
* [SPARK-10691][ML] Make LogisticRegressionModel, LinearRegressionModel evaluat...Joseph K. Bradley2016-03-272-9/+11
* [MINOR][MLLIB] Remove TODO comment DecisionTreeModel.scalaDongjoon Hyun2016-03-271-1/+1
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-266-137/+0
* [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormulaJoseph K. Bradley2016-03-252-13/+9
* [SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression...Yanbo Liang2016-03-241-0/+99
* [SPARK-11871] Add save/load for MLPCXusen Yin2016-03-241-3/+66