aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11262][ML] Unit test for gradient, loss layers, memory management for ...Alexander Ulanov2016-03-314-7/+106
* [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-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-213-3/+4
* [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-1615-38/+107
* [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-133-9/+9
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-131-1/+1
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1029-99/+118
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-103-3/+3
* [SPARK-11108][ML] OneHotEncoder should support other numeric typessethah2016-03-101-0/+29
* [SPARK-11861][ML] Add feature importances for decision treessethah2016-03-095-17/+60
* [SPARK-13615][ML] GeneralizedLinearRegression supports save/loadYanbo Liang2016-03-091-2/+30
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-098-12/+12
* [ML] testEstimatorAndModelReadWrite should call checkModelDataYanbo Liang2016-03-082-1/+5
* [SPARK-13715][MLLIB] Remove last usages of jblas in testsSean Owen2016-03-086-112/+106
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-4/+4
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-041-0/+35
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0316-16/+2
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-033-3/+5
* [SPARK-12811][ML] Estimator for Generalized Linear Models(GLMs)Yanbo Liang2016-03-011-0/+507
* [SPARK-13506][MLLIB] Fix the wrong parameter in R code comment in Association...Zheng RuiFeng2016-02-291-1/+2
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2714-36/+40
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-251-0/+70
* [SPARK-12874][ML] ML StringIndexer does not protect itself from column name d...Yu ISHIKAWA2016-02-251-0/+11
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2514-40/+36
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2514-36/+40