aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14375][ML] Unit test for spark.ml KMeansSummaryYanbo Liang2016-04-131-1/+17
* [SPARK-14461][ML] GLM training summaries should provide solverYanbo Liang2016-04-131-0/+4
* [SPARK-10386][MLLIB] PrefixSpanModel supports save/loadYanbo Liang2016-04-131-0/+31
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-132-40/+33
* [SPARK-14563][ML] use a random table name instead of __THIS__ in SQLTransformerXiangrui Meng2016-04-121-0/+10
* [SPARK-13322][ML] AFTSurvivalRegression supports feature standardizationYanbo Liang2016-04-121-0/+22
* [SPARK-3724][ML] RandomForest: More options for feature subset size.Yong Tang2016-04-121-0/+36
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-121-0/+3
* [SPARK-14298][ML][MLLIB] Add unit test for EM LDA disable checkpointingYanbo Liang2016-04-111-0/+11
* [SPARK-13600][MLLIB] Use approxQuantile from DataFrame stats in QuantileDiscr...Oliver Pierson2016-04-111-75/+40
* [SPARK-14500] [ML] Accept Dataset[_] instead of DataFrame in MLlib APIsXiangrui Meng2016-04-1117-36/+50
* [SPARK-14497][ML] Use top instead of sortBy() to get top N frequent words as ...fwang12016-04-101-3/+4
* [SPARK-14392][ML] CountVectorizer Estimator should include binary toggle Paramwm624@hotmail.com2016-04-091-3/+16
* [SPARK-13048][ML][MLLIB] keepLastCheckpoint option for LDA EM optimizerJoseph K. Bradley2016-04-073-9/+47
* [SPARK-12382][ML] Remove mllib GBT implementation and wrap mlsethah2016-04-063-45/+87
* [SPARK-13538][ML] Add GaussianMixture to MLZheng RuiFeng2016-04-061-0/+133
* [SPARK-14386][ML] Changed spark.ml ensemble trees methods to return concrete ...Joseph K. Bradley2016-04-041-1/+1
* [SPARK-13784][ML] Persistence for RandomForestClassifier, RandomForestRegressorJoseph K. Bradley2016-04-042-41/+37
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [SPARK-14308][ML][MLLIB] Remove unused mllib tree classes and move private cl...sethah2016-04-013-3/+2
* [SPARK-7425][ML] spark.ml Predictor should support other numeric types for labelBenFradet2016-04-0116-18/+242
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-313-6/+105
* [SPARK-11892][ML] Model export/import for spark.ml: OneVsRestXusen Yin2016-03-311-2/+66
* [SPARK-13782][ML] Model export/import for spark.ml: BisectingKMeansYuhao Yang2016-03-312-1/+39
* [SPARK-14164][MLLIB] Improve input layer validation of MultilayerPerceptronCl...Dongjoon Hyun2016-03-311-0/+17
* [SPARK-11507][MLLIB] add compact in Matrices fromBreezeYuhao Yang2016-03-301-0/+12
* [SPARK-14181] TrainValidationSplit should have HasSeedXusen Yin2016-03-301-0/+4
* [SPARK-13963][ML] Adding binary toggle param to HashingTFBryan Cutler2016-03-292-1/+35
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-283-3/+51
* [SPARK-11893] Model export/import for spark.ml: TrainValidationSplitXusen Yin2016-03-281-2/+43
* [SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrixChenliang Xu2016-03-281-0/+4
* [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormulaJoseph K. Bradley2016-03-251-0/+13
* [SPARK-11871] Add save/load for MLPCXusen Yin2016-03-241-6/+37
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-233-552/+435
* [SPARK-13952][ML] Add random seed to GBTsethah2016-03-233-4/+8
* [SPARK-14035][MLLIB] Make error message more verbose for mllib NaiveBayesSuiteJoseph K. Bradley2016-03-231-10/+18
* [SPARK-10788][MLLIB][ML] Remove duplicate bins for decision treessethah2016-03-171-0/+4
* [SPARK-13761][ML] Remove remaining uses of validateParamsJoseph K. Bradley2016-03-174-23/+11
* [SPARK-11891] Model export/import for RFormula and RFormulaModelXusen Yin2016-03-171-1/+39
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-175-6/+10
* [SPARK-13629][ML] Add binary toggle Param to CountVectorizerYuhao Yang2016-03-171-1/+18
* [SPARK-13761][ML] Deprecate validateParamsYuhao Yang2016-03-163-13/+17
* [SPARK-13927][MLLIB] add row/column iterator to local matricesXiangrui Meng2016-03-161-0/+13
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-169-32/+101
* [SPARK-13613][ML] Provide ignored tests to export test dataset into CSV formatYanbo Liang2016-03-164-33/+97
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-161-1/+1
* [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighte...Yanbo Liang2016-03-151-0/+457
* [SPARK-11826][MLLIB] Refactor add() and subtract() methodsEhsan M.Kermani2016-03-141-0/+43
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-144-4/+4
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-132-7/+7