aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6252] [mllib] Added getLambda to Scala NaiveBayesJoseph K. Bradley2015-03-131-0/+8
* [SPARK-4588] ML AttributesXiangrui Meng2015-03-124-0/+377
* [SPARK-5814][MLLIB][GRAPHX] Remove JBLAS from runtimeXiangrui Meng2015-03-122-5/+5
* [SPARK-5986][MLLib] Add save/load for k-meansXusen Yin2015-03-111-1/+43
* [SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergence bugXiangrui Meng2015-03-031-0/+4
* [SPARK-5976][MLLIB] Add partitioner to factors returned by ALSXiangrui Meng2015-02-251-1/+31
* [SPARK-5436] [MLlib] Validate GradientBoostedTrees using runWithValidationMechCoder2015-02-241-0/+36
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-193-29/+19
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-192-2/+2
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-171-2/+2
* [SPARK-3381] [MLlib] Eliminate bins for unordered features in DecisionTreesMechCoder2015-02-171-36/+1
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-2/+2
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-104-4/+4
* [SPARK-5021] [MLlib] Gaussian Mixture now supports Sparse InputMechCoder2015-02-102-4/+70
* [SPARK-5597][MLLIB] save/load for decision trees and emsemblesJoseph K. Bradley2015-02-093-34/+195
* SPARK-2149. [MLLIB] Univariate kernel density estimationSandy Ryza2015-02-091-0/+47
* [SPARK-5598][MLLIB] model save/load for ALSXiangrui Meng2015-02-081-0/+19
* [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-055-23/+310
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-051-3/+3
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-041-1/+1
* [SPARK-5599] Check MLlib public APIs for 1.3Xiangrui Meng2015-02-042-6/+6
* [SPARK-5596] [mllib] ML model import/export for GLMs, NaiveBayesJoseph K. Bradley2015-02-046-8/+210
* [SPARK-5520][MLlib] Make FP-Growth implementation take generic item types (WIP)Jacky Li2015-02-032-1/+134
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-023-0/+459
* [SPARK-5536] replace old ALS implementation by the new oneXiangrui Meng2015-02-022-19/+1
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-021-0/+135
* [SPARK-5512][Mllib] Run the PIC algorithm with initial vector suggected by th...Liang-Chi Hsieh2015-02-021-0/+10
* [SPARK-2309][MLlib] Multinomial Logistic RegressionDB Tsai2015-02-021-1/+178
* [SPARK-5513][MLLIB] Add nonnegative option to ml's ALSXiangrui Meng2015-02-021-0/+11
* [MLLIB] SPARK-5491 (ex SPARK-1473): Chi-square feature selectionAlexander Ulanov2015-02-021-0/+67
* [SPARK-4001][MLlib] adding parallel FP-Growth algorithm for frequent pattern ...Jacky Li2015-02-012-0/+188
* [SPARK-5424][MLLIB] make the new ALS impl take generic ID typesXiangrui Meng2015-02-011-12/+24
* [SPARK-5207] [MLLIB] StandardScalerModel mean and variance re-useOctavian Geagla2015-02-011-42/+216
* [SPARK-3975] Added support for BlockMatrix addition and multiplicationBurak Yavuz2015-01-311-12/+90
* [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjace...martinzapletal2015-01-312-0/+330
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-301-3/+3
* [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian S...sboeschhuawei2015-01-301-0/+103
* [SPARK-5486] Added validate method to BlockMatrixBurak Yavuz2015-01-301-0/+42
* [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for ...Xiangrui Meng2015-01-301-0/+5
* [SPARK-5322] Added transpose functionality to BlockMatrixBurak Yavuz2015-01-291-0/+29
* [SPARK-3977] Conversion methods for BlockMatrix to other Distributed MatricesBurak Yavuz2015-01-283-0/+43
* [SPARK-5430] move treeReduce and treeAggregate from mllib to coreXiangrui Meng2015-01-282-19/+0
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-283-3/+3
* [SPARK-3974][MLlib] Distributed Block Matrix AbstractionsBurak Yavuz2015-01-281-0/+135
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-277-31/+25
* [SPARK-5321] Support for transposing local matricesBurak Yavuz2015-01-273-38/+149
* [SPARK-3726] [MLlib] Allow sampling_rate not equal to 1.0 in RandomForestsMechCoder2015-01-261-0/+16
* [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train...lewuathe2015-01-261-0/+42