aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-121-5/+2
* [SPARK-9112] [ML] Implement Stats for LogisticRegressionMechCoder2015-08-061-0/+9
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-2/+7
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-041-7/+7
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-032-0/+4
* [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendlyXiangrui Meng2015-08-021-0/+67
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-301-2/+2
* [SPARK-6793] [MLLIB] OnlineLDAOptimizer LDA perplexityFeynman Liang2015-07-291-1/+5
* [SPARK-9268] [ML] Removed varargs annotation from Params.setDefault taking mu...Joseph K. Bradley2015-07-221-3/+0
* [SPARK-7879] [MLLIB] KMeans API for spark.ml PipelinesYu ISHIKAWA2015-07-171-0/+72
* [SPARK-8600] [ML] Naive Bayes API for spark.ml PipelinesYanbo Liang2015-07-171-0/+98
* [SPARK-7131] [ML] Copy Decision Tree, Random Forest impl to spark.mlJoseph K. Bradley2015-07-161-1/+1
* [SPARK-8559] [MLLIB] Support Association Rule GenerationFeynman Liang2015-07-072-3/+60
* [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-061-2/+11
* [SPARK-8471] [ML] Rename DiscreteCosineTransformer to DCTFeynman Liang2015-06-301-4/+4
* [SPARK-8471] [ML] Discrete Cosine Transform Feature TransformerFeynman Liang2015-06-301-0/+78
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-0/+5
* [SPARK-8054] [MLLIB] Added several Java-friendly APIs + unit testsJoseph K. Bradley2015-06-037-7/+232
* [SPARK-7691] [SQL] Refactor CatalystTypeConverter to use type-specific row ac...Josh Rosen2015-06-021-3/+3
* [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-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-291-2/+2
* [SPARK-7577] [ML] [DOC] add bucketizer docXusen Yin2015-05-281-0/+80
* [SPARK-7578] [ML] [DOC] User guide for spark.ml Normalizer, IDF, StandardScalerJoseph K. Bradley2015-05-213-6/+153
* [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-211-2/+2
* [SPARK-7586] [ML] [DOC] Add docs of Word2Vec in ml packageXusen Yin2015-05-191-0/+76
* [SPARK-7581] [ML] [DOC] User guide for spark.ml PolynomialExpansionXusen Yin2015-05-191-0/+91
* [SPARK-7407] [MLLIB] use uid + name to identify parametersXiangrui Meng2015-05-144-19/+81
* [SPARK-7528] [MLLIB] make RankingMetrics Java-friendlyXiangrui Meng2015-05-121-0/+64
* [SPARK-7573] [ML] OneVsRest cleanupsJoseph K. Bradley2015-05-121-8/+5
* [SPARK-7557] [ML] [DOC] User guide for spark.ml HashingTF, TokenizerJoseph K. Bradley2015-05-121-0/+81
* [SPARK-7015] [MLLIB] [WIP] Multiclass to Binary Reduction: One Against AllRam Sriharsha2015-05-121-0/+85
* [SPARK-7498] [ML] removed varargs annotation from Params.setDefaultsJoseph K. Bradley2015-05-081-1/+0
* [SPARK-7429] [ML] Params cleanupsJoseph K. Bradley2015-05-071-0/+1
* [SPARK-7421] [MLLIB] OnlineLDA cleanupsJoseph K. Bradley2015-05-071-1/+1
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-043-18/+23
* [SPARK-5563] [MLLIB] LDA with online variational inferenceYuhao Yang2015-05-041-2/+36
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-292-0/+129
* [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-256-20/+420
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-172-0/+195
* [SPARK-4081] [mllib] VectorIndexerJoseph K. Bradley2015-04-121-0/+70
* [SPARK-4894][mllib] Added Bernoulli option to NaiveBayes model in mllibleahmcguire2015-03-311-7/+16
* [ML][FEATURE] SPARK-5566: RegEx TokenizerAugustin Borsu2015-03-251-0/+71
* [SPARK-4588] ML AttributesXiangrui Meng2015-03-122-0/+100
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-191-20/+10
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-192-2/+2