aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8877] [MLLIB] Public API for association rule generationFeynman Liang2015-07-081-0/+42
* [SPARK-8700][ML] Disable feature scaling in Logistic RegressionDB Tsai2015-07-081-90/+313
* [SPARK-8872] [MLLIB] added verification results from R for FPGrowthSuiteKashif Rasul2015-07-081-0/+114
* [SPARK-8559] [MLLIB] Support Association Rule GenerationFeynman Liang2015-07-073-3/+149
* [SPARK-8788] [ML] Add Java unit test for PCA transformerYanbo Liang2015-07-071-0/+114
* [SPARK-5562] [MLLIB] LDA should handle empty document.Alok Singh2015-07-062-4/+22
* Revert "[SPARK-7212] [MLLIB] Add sequence learning flag"Xiangrui Meng2015-07-061-50/+2
* [SPARK-3382] [MLLIB] GradientDescent convergence tolerancelewuathe2015-07-025-6/+49
* [SPARK-8479] [MLLIB] Add numNonzeros and numActives to linalg.MatricesMechCoder2015-07-021-0/+10
* [SPARK-8660] [MLLIB] removed > symbols from comments in LogisticRegressionSui...Rosstin2015-07-011-54/+63
* [SPARK-8471] [ML] Rename DiscreteCosineTransformer to DCTFeynman Liang2015-06-302-6/+6
* [SPARK-8563] [MLLIB] Fixed a bug so that IndexedRowMatrix.computeSVD().U.numC...lee192015-06-301-0/+11
* [SPARK-8736] [ML] GBTRegressor should not threshold predictionJoseph K. Bradley2015-06-301-1/+22
* [SPARK-7514] [MLLIB] Add MinMaxScaler to feature transformationYuhao Yang2015-06-301-0/+68
* [SPARK-8471] [ML] Discrete Cosine Transform Feature TransformerFeynman Liang2015-06-302-0/+151
* [SPARK-8664] [ML] Add PCA transformerYanbo Liang2015-06-301-0/+64
* [SPARK-8661][ML] for LinearRegressionSuite.scala, changed javadoc-style comme...Rosstin2015-06-291-96/+96
* [SPARK-8660][ML] Convert JavaDoc style comments inLogisticRegressionSuite.sca...Rosstin2015-06-291-171/+171
* [SPARK-7212] [MLLIB] Add sequence learning flagFeynman Liang2015-06-281-2/+50
* [SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace betwe...Oleksiy Dyagilev2015-06-232-0/+12
* [SPARK-7888] Be able to disable intercept in linear regression in ml packageHolden Karau2015-06-231-6/+143
* [SPARK-8455] [ML] Implement n-gram feature transformerFeynman Liang2015-06-221-0/+94
* [SPARK-7426] [MLLIB] [ML] Updated Attribute.fromStructField to allow any Nume...Mike Dusenberry2015-06-211-0/+5
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-202-4/+35
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-1924-20/+207
* [SPARK-8200] [MLLIB] Check for empty RDDs in StreamingLinearAlgorithmPaavo2015-06-102-0/+35
* [SPARK-8168] [MLLIB] Add Python friendly constructor to PipelineModelXiangrui Meng2015-06-081-0/+17
* [SPARK-6164] [ML] CrossValidatorModel should keep stats from fittingleahmcguire2015-06-031-0/+1
* [SPARK-8051] [MLLIB] make StringIndexerModel silent if input column does not ...Xiangrui Meng2015-06-031-0/+8
* [SPARK-8054] [MLLIB] Added several Java-friendly APIs + unit testsJoseph K. Bradley2015-06-037-7/+232
* [SPARK-7983] [MLLIB] Add require for one-based indices in loadLibSVMFileYuhao Yang2015-06-031-0/+35
* [SPARK-7691] [SQL] Refactor CatalystTypeConverter to use type-specific row ac...Josh Rosen2015-06-021-3/+3
* [SPARK-7547] [ML] Scala Example code for ElasticNetDB Tsai2015-06-021-3/+3
* [SPARK-8049] [MLLIB] drop tmp col from OneVsRest outputXiangrui Meng2015-06-021-0/+9
* [SPARK-7985] [ML] [MLlib] [Docs] Remove "fittingParamMap" references. Updatin...Mike Dusenberry2015-06-026-6/+6
* [SPARK-7582] [MLLIB] user guide for StringIndexerXiangrui Meng2015-06-011-0/+77
* [SPARK-7584] [MLLIB] User guide for VectorAssemblerXiangrui Meng2015-06-011-0/+78
* [SPARK-3850] Trim trailing spaces for MLlib.Reynold Xin2015-05-3111-43/+43
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-29100-307/+224
* [SPARK-7940] Enforce whitespace checking for DO, TRY, CATCH, FINALLY, MATCH, ...Reynold Xin2015-05-291-2/+2
* [SPARK-7946] [MLLIB] DecayFactor wrongly set in StreamingKMeansMechCoder2015-05-291-0/+7
* [SPARK-7912] [SPARK-7921] [MLLIB] Update OneHotEncoder to handle ML attribute...Xiangrui Meng2015-05-291-8/+34
* [SPARK-7927] [MLLIB] Enforce whitespace for more tokens in style checkerXiangrui Meng2015-05-2815-29/+47
* [SPARK-7577] [ML] [DOC] add bucketizer docXusen Yin2015-05-281-0/+80
* [SPARK-7198] [MLLIB] VectorAssembler should output ML attributesXiangrui Meng2015-05-281-0/+37
* [SPARK-7535] [.1] [MLLIB] minor changes to the pipeline APIXiangrui Meng2015-05-262-3/+51
* [SPARK-7844] [MLLIB] Fix broken tests in KernelDensityMechCoder2015-05-261-4/+6
* [SPARK-7833] [ML] Add python wrapper for RegressionEvaluatorRam Sriharsha2015-05-241-0/+1
* [SPARK-7404] [ML] Add RegressionEvaluator to spark.mlRam Sriharsha2015-05-221-0/+71
* [SPARK-7578] [ML] [DOC] User guide for spark.ml Normalizer, IDF, StandardScalerJoseph K. Bradley2015-05-213-6/+153