aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-104-4/+4
* [SPARK-5601][MLLIB] make streaming linear algorithms Java-friendlyXiangrui Meng2015-02-062-0/+162
* [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModelLiang-Chi Hsieh2015-02-062-4/+4
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-053-12/+170
* [SPARK-5599] Check MLlib public APIs for 1.3Xiangrui Meng2015-02-041-2/+2
* [SPARK-5520][MLlib] Make FP-Growth implementation take generic item types (WIP)Jacky Li2015-02-031-0/+84
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-021-0/+119
* [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjace...martinzapletal2015-01-311-0/+89
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-273-9/+9
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-163-27/+24