aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-3541][MLLIB] New ALS implementation with improved storageXiangrui Meng2015-01-222-1/+436
* [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seednate.crosswhite2015-01-211-0/+21
* [MLlib] [SPARK-5301] Missing conversions and operations on IndexedRowMatrix a...Reza Zadeh2015-01-212-0/+13
* [SPARK-5186] [MLLIB] Vector.equals and Vector.hashCode are very inefficientYuhao Yang2015-01-201-0/+18
* SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGa...Travis Galoppo2015-01-201-11/+14
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-163-27/+24
* SPARK-5018 [MLlib] [WIP] Make MultivariateGaussian publicTravis Galoppo2015-01-111-17/+16
* [SPARK-4406] [MLib] FIX: Validate k in SVDMechCoder2015-01-092-0/+15
* [SPARK-5015] [mllib] Random seed for GMM + make test suite deterministicJoseph K. Bradley2015-01-091-6/+8
* [SPARK-5145][Mllib] Add BLAS.dsyr and use it in GaussianMixtureEMLiang-Chi Hsieh2015-01-091-0/+41
* SPARK-5148 [MLlib] Make usersOut/productsOut storagelevel in ALS configurableFernando Otero (ZeoS)2015-01-081-0/+27
* [SPARK-5128][MLLib] Add common used log1pExp API in MLUtilsDB Tsai2015-01-071-3/+10
* [SPARK-5050][Mllib] Add unit test for sqdistLiang-Chi Hsieh2015-01-061-1/+30