aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4409][MLlib] Additional Linear Algebra UtilsBurak Yavuz2014-12-291-0/+163
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-0/+2
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-181-0/+99
* [SPARK-4486][MLLIB] Improve GradientBoosting APIs and docXiangrui Meng2014-11-201-1/+1
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-131-43/+31
* [SPARK-3530][MLLIB] pipeline and parameters with examplesXiangrui Meng2014-11-123-0/+228
* [SPARK-3614][MLLIB] Add minimumOccurence filtering to IDFRJ Nowling2014-09-261-0/+20
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-191-0/+134
* [SPARK-2852][MLLIB] API consistency for `mllib.feature`Xiangrui Meng2014-08-061-0/+66
* [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-useJoseph K. Bradley2014-08-031-0/+102
* SPARK-2768 [MLLIB] Add product, user recommend method to MatrixFactorizationM...Sean Owen2014-08-011-17/+58
* [SPARK-2511][MLLIB] add HashingTF and IDFXiangrui Meng2014-07-311-0/+66
* [SPARK-2361][MLLIB] Use broadcast instead of serializing data directly into t...Xiangrui Meng2014-07-261-2/+0