aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance...Travis Galoppo2015-01-061-0/+70
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* SPARK-4547 [MLLIB] OOM when making bins in BinaryClassificationMetricsSean Owen2014-12-311-0/+36
* [SPARK-4797] Replace breezeSquaredDistanceLiang-Chi Hsieh2014-12-311-0/+15
* SPARK-4156 [MLLIB] EM algorithm for GMMsTravis Galoppo2014-12-291-0/+78
* [SPARK-4409][MLlib] Additional Linear Algebra UtilsBurak Yavuz2014-12-293-5/+336
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-241-0/+2
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-221-3/+3
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-183-1/+193
* [SPARK-4887][MLlib] Fix a bad unittest in LogisticRegressionSuiteDB Tsai2014-12-181-3/+4