aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7219] [MLLIB] Output feature attributes in HashingTFXiangrui Meng2015-05-212-0/+75
* [SPARK-7794] [MLLIB] update RegexTokenizer default settingsXiangrui Meng2015-05-211-17/+15
* [SPARK-7498] [MLLIB] add varargs back to setDefaultXiangrui Meng2015-05-211-0/+1
* [SPARK-7585] [ML] [DOC] VectorIndexer user guide sectionJoseph K. Bradley2015-05-211-1/+3
* [SPARK-7752] [MLLIB] Use lowercase letters for NaiveBayes.modelTypeXiangrui Meng2015-05-212-23/+27
* [SPARK-7753] [MLLIB] Update KernelDensity APIXiangrui Meng2015-05-201-4/+3
* [SPARK-7774] [MLLIB] add sqlContext to MLlibTestSparkContextXiangrui Meng2015-05-2014-79/+20
* [SPARK-7762] [MLLIB] set default value for outputColXiangrui Meng2015-05-201-0/+35
* [SPARK-7586] [ML] [DOC] Add docs of Word2Vec in ml packageXusen Yin2015-05-191-0/+76
* [SPARK-7678] [ML] Fix default random seed in HasSeedJoseph K. Bradley2015-05-192-7/+10
* [SPARK-7047] [ML] ml.Model optional parent supportJoseph K. Bradley2015-05-192-0/+3
* [SPARK-7581] [ML] [DOC] User guide for spark.ml PolynomialExpansionXusen Yin2015-05-191-0/+91
* [SPARK-7681] [MLLIB] Add SparseVector support for gemvLiang-Chi Hsieh2015-05-181-15/+81
* [SPARK-7473] [MLLIB] Add reservoir sample in RandomForestAiHe2015-05-151-1/+0
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-1414-55/+124
* [SPARK-7620] [ML] [MLLIB] Removed calling size, length in while condition to ...DB Tsai2015-05-132-3/+6
* [SPARK-7545] [MLLIB] Added check in Bernoulli Naive Bayes to make sure that b...leahmcguire2015-05-131-0/+33
* [SPARK-7528] [MLLIB] make RankingMetrics Java-friendlyXiangrui Meng2015-05-121-0/+64
* [SPARK-7573] [ML] OneVsRest cleanupsJoseph K. Bradley2015-05-122-14/+8
* [SPARK-7557] [ML] [DOC] User guide for spark.ml HashingTF, TokenizerJoseph K. Bradley2015-05-121-0/+81
* [SPARK-7571] [MLLIB] rename Math to mathXiangrui Meng2015-05-125-9/+9
* [SPARK-7559] [MLLIB] Bucketizer should include the right most boundary in the...Xiangrui Meng2015-05-121-12/+13
* [SPARK-7015] [MLLIB] [WIP] Multiclass to Binary Reduction: One Against AllRam Sriharsha2015-05-123-1/+207
* [SPARK-5893] [ML] Add bucketizerXusen Yin2015-05-111-0/+148
* [SPARK-5521] PCA wrapper for easy transform vectorsKirill A. Korinskiy2015-05-101-0/+48
* [SPARK-7498] [ML] removed varargs annotation from Params.setDefaultsJoseph K. Bradley2015-05-081-1/+0
* [SPARK-7262] [ML] Binary LogisticRegression with L1/L2 (elastic net) using OW...DB Tsai2015-05-082-8/+397