aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [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-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-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-7752] [MLLIB] Use lowercase letters for NaiveBayes.modelTypeXiangrui Meng2015-05-211-21/+25
* [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-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-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-1410-36/+43
* [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-7573] [ML] OneVsRest cleanupsJoseph K. Bradley2015-05-121-6/+3
* [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-122-1/+122
* [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-7262] [ML] Binary LogisticRegression with L1/L2 (elastic net) using OW...DB Tsai2015-05-082-8/+397
* [SPARK-7452] [MLLIB] fix bug in topBykey and update testShuo Xiang2015-05-071-4/+5
* [SPARK-6948] [MLLIB] compress vectors in VectorAssemblerXiangrui Meng2015-05-071-1/+9
* [SPARK-5726] [MLLIB] Elementwise (Hadamard) Vector Product TransformerOctavian Geagla2015-05-071-0/+61
* [SPARK-7421] [MLLIB] OnlineLDA cleanupsJoseph K. Bradley2015-05-071-4/+4
* [SPARK-5888] [MLLIB] Add OneHotEncoder as a TransformerSandy Ryza2015-05-051-0/+80
* [SPARK-7202] [MLLIB] [PYSPARK] Add SparseMatrixPickler to SerDeMechCoder2015-05-051-1/+11
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-0411-43/+57
* [SPARK-5563] [MLLIB] LDA with online variational inferenceYuhao Yang2015-05-041-3/+86
* [SPARK-5891] [ML] Add Binarizer ML TransformerLiang-Chi Hsieh2015-05-011-0/+69
* [SPARK-3066] [MLLIB] Support recommendAll in matrix factorization modelDebasish Das2015-05-012-2/+22
* [SPARK-1406] Mllib pmml model exportVincenzo Selvaggio2015-04-294-0/+312
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-292-7/+64
* [SPARK-7259] [ML] VectorIndexer: do not copy non-ML metadata to output columnJoseph K. Bradley2015-04-292-65/+2
* [SPARK-6529] [ML] Add Word2Vec transformerXusen Yin2015-04-291-0/+63
* [SPARK-6756] [MLLIB] add toSparse, toDense, numActives, numNonzeros, and comp...Xiangrui Meng2015-04-281-0/+44
* [SPARK-6965] [MLLIB] StringIndexer handles numeric input.Xiangrui Meng2015-04-281-0/+19
* [SPARK-5253] [ML] LinearRegression with L1/L2 (ElasticNet) using OWLQNDB Tsai2015-04-281-28/+130
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-271-1/+1
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-258-12/+569
* [SPARK-6528] [ML] Add IDF transformerXusen Yin2015-04-241-0/+101
* [SPARK-7115] [MLLIB] skip the very first 1 in poly expansionXiangrui Meng2015-04-241-11/+11