aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x co...Sean Owen2015-02-081-2/+12
* [SPARK-5660][MLLIB] Make Matrix apply publicJoseph K. Bradley2015-02-081-3/+3
* [SPARK-5598][MLLIB] model save/load for ALSXiangrui Meng2015-02-083-3/+100
* [SPARK-5656] Fail gracefully for large values of k and/or n that will ex...mbittmann2015-02-081-0/+3
* [SPARK-5601][MLLIB] make streaming linear algorithms Java-friendlyXiangrui Meng2015-02-063-1/+181
* [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModelLiang-Chi Hsieh2015-02-063-8/+8
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-0517-135/+1317
* [SPARK-5604][MLLIB] remove checkpointDir from treesXiangrui Meng2015-02-053-19/+4
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-053-64/+23
* [SPARK-5460][MLlib] Wrapped `Try` around `deleteAllCheckpoints` - RandomForest.x1-2015-02-051-1/+8
* [HOTFIX] MLlib build break.Reynold Xin2015-02-053-3/+3
* [MLlib] Minor: UDF style update.Reynold Xin2015-02-042-5/+7
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-042-2/+2
* [SPARK-5599] Check MLlib public APIs for 1.3Xiangrui Meng2015-02-0419-119/+160
* [SPARK-5596] [mllib] ML model import/export for GLMs, NaiveBayesJoseph K. Bradley2015-02-0418-29/+863
* [FIX][MLLIB] fix seed handling in Python GMMXiangrui Meng2015-02-031-1/+1
* [SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to use ...Reynold Xin2015-02-033-17/+13
* [SPARK-5520][MLlib] Make FP-Growth implementation take generic item types (WIP)Jacky Li2015-02-033-15/+170
* [minor] update streaming linear algorithmsXiangrui Meng2015-02-033-22/+24
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-026-0/+1508
* [SPARK-5536] replace old ALS implementation by the new oneXiangrui Meng2015-02-024-613/+76
* [SPARK-5012][MLLib][PySpark]Python API for Gaussian Mixture ModelFlytxtRnD2015-02-021-1/+55
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-025-25/+253
* [SPARK-5512][Mllib] Run the PIC algorithm with initial vector suggected by th...Liang-Chi Hsieh2015-02-022-4/+47
* [SPARK-5540] hide ALS.solveLeastSquaresXiangrui Meng2015-02-021-1/+1
* [SPARK-2309][MLlib] Multinomial Logistic RegressionDB Tsai2015-02-025-61/+565
* [SPARK-5513][MLLIB] Add nonnegative option to ml's ALSXiangrui Meng2015-02-023-14/+96
* [MLLIB] SPARK-5491 (ex SPARK-1473): Chi-square feature selectionAlexander Ulanov2015-02-022-0/+194
* [SPARK-4001][MLlib] adding parallel FP-Growth algorithm for frequent pattern ...Jacky Li2015-02-014-0/+484
* [Spark-5406][MLlib] LocalLAPACK mode in RowMatrix.computeSVD should have much...Yuhao Yang2015-02-011-1/+7
* [SPARK-5424][MLLIB] make the new ALS impl take generic ID typesXiangrui Meng2015-02-012-103/+146
* [SPARK-5207] [MLLIB] StandardScalerModel mean and variance re-useOctavian Geagla2015-02-012-70/+259
* 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-313-27/+186
* [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjace...martinzapletal2015-01-313-0/+634
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-302-4/+4
* [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian S...sboeschhuawei2015-01-303-0/+314
* [SPARK-5486] Added validate method to BlockMatrixBurak Yavuz2015-01-302-5/+84
* [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for ...Xiangrui Meng2015-01-302-2/+7
* [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-292-0/+38
* remove 'return'Yoshihiro Shimizu2015-01-291-1/+1
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-294-4/+4
* [SPARK-5477] refactor stat.pyXiangrui Meng2015-01-291-0/+1
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-295-36/+20
* [SPARK-3977] Conversion methods for BlockMatrix to other Distributed MatricesBurak Yavuz2015-01-286-3/+127
* [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-288-74/+9
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-282-1/+9