aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain param...qiping.lqp2014-09-155-11/+13
* [MLlib] Update SVD documentation in IndexedRowMatrixReza Zadeh2014-09-151-8/+4
* [SPARK-3396][MLLIB] Use SquaredL2Updater in LogisticRegressionWithSGDChristoph Sawade2014-09-152-4/+42
* [SPARK-3160] [SPARK-3494] [mllib] DecisionTree: eliminate pre-allocated node...Joseph K. Bradley2014-09-127-256/+268
* [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum insta...qiping.lqp2014-09-107-36/+213
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-083-21/+11
* [SPARK-3086] [SPARK-3043] [SPARK-3156] [mllib] DecisionTree aggregation impr...Joseph K. Bradley2014-09-0811-1248/+1322
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* [SPARK-3372] [MLlib] MLlib doesn't pass maven build / checkstyle due to multi...Kousuke Saruta2014-09-031-2/+2
* [MLlib] Squash bug in IndexedRowMatrixReza Zadeh2014-09-021-1/+1
* [SPARK-2495][MLLIB] make KMeans constructor publicXiangrui Meng2014-08-251-1/+1
* [SPARK-3142][MLLIB] output shuffle data directly in Word2VecXiangrui Meng2014-08-191-11/+12
* [HOTFIX][Streaming][MLlib] use temp folder for checkpointXiangrui Meng2014-08-191-6/+0
* [SPARK-3130][MLLIB] detect negative values in naive BayesXiangrui Meng2014-08-192-5/+51
* [MLLIB] minor update to word2vecXiangrui Meng2014-08-191-10/+8
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-193-294/+334
* [SPARK-3128][MLLIB] Use streaming test suite for StreamingLRfreeman2014-08-192-54/+74
* [SPARK-3108][MLLIB] add predictOnValues to StreamingLR and fix predictOnXiangrui Meng2014-08-181-6/+25
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-184-10/+33
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-181-1/+2
* [MLlib] Remove transform(dataset: RDD[String]) from Word2Vec public APILiquan Pei2014-08-181-9/+0
* [SPARK-3097][MLlib] Word2Vec performance improvementLiquan Pei2014-08-171-15/+35
* [SPARK-3087][MLLIB] fix col indexing bug in chi-square and add a check for nu...Xiangrui Meng2014-08-173-17/+59
* [SPARK-3042] [mllib] DecisionTree Filter top-down instead of bottom-upJoseph K. Bradley2014-08-169-630/+615
* [SPARK-3077][MLLIB] fix some chisq-testXiangrui Meng2014-08-162-13/+17
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-163-12/+12
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-165-22/+9
* [SPARK-3001][MLLIB] Improve Spearman's correlationXiangrui Meng2014-08-151-78/+42
* [SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with othersXiangrui Meng2014-08-154-49/+29
* [SPARK-3022] [SPARK-3041] [mllib] Call findBins once per level + unordered fe...Joseph K. Bradley2014-08-155-207/+449
* [SPARK-2979][MLlib] Improve the convergence rate by minimizing the condition ...DB Tsai2014-08-143-4/+126
* [SPARK-2995][MLLIB] add ALS.setIntermediateRDDStorageLevelXiangrui Meng2014-08-131-15/+30
* [MLLIB] use Iterator.fill instead of Array.fillXiangrui Meng2014-08-131-5/+5
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-124-260/+309
* [MLlib] Correctly set vectorSize and alphaLiquan Pei2014-08-121-13/+12
* [SPARK-2923][MLLIB] Implement some basic BLAS routinesXiangrui Meng2014-08-116-65/+428
* [SPARK-2934][MLlib] Adding LogisticRegressionWithLBFGS InterfaceDB Tsai2014-08-112-4/+136
* [SPARK-2515][mllib] Chi Squared testDoris Xin2014-08-114-0/+512
* [SPARK-1997][MLLIB] update breeze to 0.9Xiangrui Meng2014-08-083-4/+4
* [SPARK-2852][MLLIB] Separate model from IDF/StandardScaler algorithmsXiangrui Meng2014-08-074-129/+121
* [mllib] DecisionTree Strategy parameter checksJoseph K. Bradley2014-08-072-3/+38
* [SPARK-2851] [mllib] DecisionTree Python consistency updateJoseph K. Bradley2014-08-064-42/+166
* [SPARK-2852][MLLIB] API consistency for `mllib.feature`Xiangrui Meng2014-08-065-10/+91
* [MLlib] Use this.type as return type in k-means' builder patternDB Tsai2014-08-051-6/+6
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-051-15/+40
* [SPARK-2864][MLLIB] fix random seed in word2vec; move model to localXiangrui Meng2014-08-052-97/+106
* [MLlib] [SPARK-2510]Word2Vec: Distributed Representation of WordsLiquan Pei2014-08-032-0/+485
* SPARK-2272 [MLlib] Feature scaling which standardizes the range of independen...DB Tsai2014-08-036-1/+567
* [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-useJoseph K. Bradley2014-08-037-4/+162
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-023-2/+82