aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5424][MLLIB] make the new ALS impl take generic ID typesXiangrui Meng2015-02-011-91/+122
* [SPARK-5207] [MLLIB] StandardScalerModel mean and variance re-useOctavian Geagla2015-02-011-28/+43
* SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8Sean Owen2015-01-315-12/+12
* [SPARK-3975] Added support for BlockMatrix addition and multiplicationBurak Yavuz2015-01-312-15/+96
* [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjace...martinzapletal2015-01-311-0/+304
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-301-1/+1
* [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian S...sboeschhuawei2015-01-301-0/+206
* [SPARK-5486] Added validate method to BlockMatrixBurak Yavuz2015-01-301-5/+42
* [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for ...Xiangrui Meng2015-01-301-2/+2
* [MLLIB] SPARK-4846: throw a RuntimeException and give users hints to increase...Joseph J.C. Tang2015-01-301-0/+7
* [SPARK-5094][MLlib] Add Python API for Gradient Boosted TreesKazuki Taniguchi2015-01-301-3/+33
* [SPARK-5322] Added transpose functionality to BlockMatrixBurak Yavuz2015-01-291-0/+9
* remove 'return'Yoshihiro Shimizu2015-01-291-1/+1
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-294-4/+4
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-295-36/+20
* [SPARK-3977] Conversion methods for BlockMatrix to other Distributed MatricesBurak Yavuz2015-01-283-3/+84
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-284-4/+4
* [SPARK-5430] move treeReduce and treeAggregate from mllib to coreXiangrui Meng2015-01-286-55/+9
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-1/+7
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-282-2/+2
* [SPARK-3974][MLlib] Distributed Block Matrix AbstractionsBurak Yavuz2015-01-281-0/+216
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-279-64/+52
* [SPARK-5321] Support for transposing local matricesBurak Yavuz2015-01-272-244/+273
* [SPARK-5419][Mllib] Fix the logic in Vectors.sqdistLiang-Chi Hsieh2015-01-271-7/+12
* [SPARK-3726] [MLlib] Allow sampling_rate not equal to 1.0 in RandomForestsMechCoder2015-01-262-11/+8
* [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train...lewuathe2015-01-262-0/+10
* [SPARK-5384][mllib] Vectors.sqdist returns inconsistent results for sparse/de...Yuhao Yang2015-01-251-5/+6
* [SPARK-3541][MLLIB] New ALS implementation with improved storageXiangrui Meng2015-01-222-1/+974
* [SPARK-5365][MLlib] Refactor KMeans to reduce redundant dataLiang-Chi Hsieh2015-01-221-4/+5
* [SPARK-5317]Set BoostingStrategy.defaultParams With Enumeration Algo.Classifi...Basin2015-01-212-11/+28
* [SPARK-3424][MLLIB] cache point distances during k-means|| initXiangrui Meng2015-01-211-15/+50
* [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seednate.crosswhite2015-01-212-9/+45
* [MLlib] [SPARK-5301] Missing conversions and operations on IndexedRowMatrix a...Reza Zadeh2015-01-212-0/+22
* [SPARK-5186] [MLLIB] Vector.equals and Vector.hashCode are very inefficientYuhao Yang2015-01-201-3/+52
* SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGa...Travis Galoppo2015-01-202-19/+11
* [SPARK-5282][mllib]: RowMatrix easily gets int overflow in the memory size wa...Yuhao Yang2015-01-191-2/+2
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-162-62/+0
* [SPARK-5123][SQL] Reconcile Java/Scala API for data types.Reynold Xin2015-01-139-9/+13
* SPARK-5018 [MLlib] [WIP] Make MultivariateGaussian publicTravis Galoppo2015-01-113-24/+59
* [SPARK-4406] [MLib] FIX: Validate k in SVDMechCoder2015-01-092-1/+4
* [SPARK-5015] [mllib] Random seed for GMM + make test suite deterministicJoseph K. Bradley2015-01-091-7/+19
* [SPARK-5145][Mllib] Add BLAS.dsyr and use it in GaussianMixtureEMLiang-Chi Hsieh2015-01-092-4/+32
* [SPARK-4891][PySpark][MLlib] Add gamma/log normal/exp dist sampling to P...RJ Nowling2015-01-081-0/+88
* SPARK-5148 [MLlib] Make usersOut/productsOut storagelevel in ALS configurableFernando Otero (ZeoS)2015-01-081-2/+16
* [SPARK-5116][MLlib] Add extractor for SparseVector and DenseVectorShuo Xiang2015-01-076-51/+57
* [SPARK-5128][MLLib] Add common used log1pExp API in MLUtilsDB Tsai2015-01-073-18/+27
* [SPARK-5099][Mllib] Simplify logistic loss functionLiang-Chi Hsieh2015-01-061-3/+9
* [SPARK-5050][Mllib] Add unit test for sqdistLiang-Chi Hsieh2015-01-061-2/+3
* SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance...Travis Galoppo2015-01-061-11/+72
* SPARK-5020 [MLlib] GaussianMixtureModel.predictMembership() should take an RD...Travis Galoppo2014-12-311-7/+2