aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-081-1/+0
* [SPARK-16404][ML] LeastSquaresAggregators serializes unnecessary datasethah2016-08-081-20/+45
* [SPARK-16750][FOLLOW-UP][ML] Add transformSchema for StringIndexer/VectorAsse...Yanbo Liang2016-08-054-5/+16
* [SPARK-16863][ML] ProbabilisticClassifier.fit check threshoulds' lengthZheng RuiFeng2016-08-044-0/+28
* [SPARK-16880][ML][MLLIB] make ann training data persisted if neededWeichenXu2016-08-041-2/+7
* [SPARK-16822][DOC] Support latex in scaladoc.Shuai Lin2016-08-026-117/+205
* [SPARK-16851][ML] Incorrect threshould length in 'setThresholds()' evoke Exce...Zheng RuiFeng2016-08-021-1/+6
* [SPARK-16485][DOC][ML] Remove useless latex in a log messge.Shuai Lin2016-08-011-1/+1
* [SPARK-16696][ML][MLLIB] destroy KMeans bcNewCenters when loop finished and u...WeichenXu2016-07-303-9/+17
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-304-7/+7
* [SPARK-16750][ML] Fix GaussianMixture training failed due to feature column t...Yanbo Liang2016-07-2910-7/+19
* [SPARK-15254][DOC] Improve ML pipeline Cross Validation Scaladoc & PyDockrishnakalyan32016-07-271-2/+8
* [MINOR][ML] Fix some mistake in LinearRegression formula.Yanbo Liang2016-07-271-3/+3
* [SPARK-16697][ML][MLLIB] improve LDA submitMiniBatch method to avoid redundan...WeichenXu2016-07-261-2/+4
* [SPARK-16653][ML][OPTIMIZER] update ANN convergence tolerance param default t...WeichenXu2016-07-251-2/+2
* [SPARK-16561][MLLIB] fix multivarOnlineSummary min/max bugWeichenXu2016-07-232-28/+60
* [SPARK-16440][MLLIB] Destroy broadcasted variables even on driverAnthony Truchet2016-07-201-3/+3
* [SPARK-16494][ML] Upgrade breeze version to 0.12Yanbo Liang2016-07-199-30/+23
* [SPARK-16600][MLLIB] fix some latex formula syntax errorWeichenXu2016-07-191-4/+4
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [MINOR][TYPO] fix fininsh typoWeichenXu2016-07-184-4/+4
* [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/JavaReynold Xin2016-07-171-2/+2
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-1619-57/+55
* [SPARK-16426][MLLIB] Fix bug that caused NaNs in IsotonicRegressionz001qdp2016-07-152-3/+17
* [SPARK-16500][ML][MLLIB][OPTIMIZER] add LBFGS convergence warning for all use...WeichenXu2016-07-143-0/+16
* [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for ML...Joseph K. Bradley2016-07-136-14/+18
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-1360-271/+63
* [SPARK-16469] enhanced simulate multiplyoraviv2016-07-131-4/+9
* [SPARK-16440][MLLIB] Undeleted broadcast variables in Word2Vec causing OoM fo...Sean Owen2016-07-131-0/+3
* [SPARK-16470][ML][OPTIMIZER] Check linear regression training whether actuall...WeichenXu2016-07-121-0/+5
* [MINOR][ML] update comment where is inconsistent with code in ml.regression.L...WeichenXu2016-07-121-1/+1
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16369][MLLIB] tallSkinnyQR of RowMatrix should aware of empty partitionXusen Yin2016-07-082-2/+20
* [SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrixXusen Yin2016-07-073-2/+46
* [SPARK-15740][MLLIB] Word2VecSuite "big model load / save" caused OOM in mave...tmnd19912016-07-062-10/+31
* [SPARK-16307][ML] Add test to verify the predicted variances of a DT on toy dataMechCoder2016-07-062-0/+32
* [SPARK-16249][ML] Change visibility of Object ml.clustering.LDA to public for...Yuhao Yang2016-07-061-4/+6
* [SPARK-14608][ML] transformSchema needs better documentationYuhao Yang2016-06-301-1/+4
* [SPARK-16241][ML] model loading backward compatibility for ml NaiveBayeszlpmichelle2016-06-301-4/+7
* [SPARK-15858][ML] Fix calculating error by tree stack over flow prob…Mahmoud Rawas2016-06-292-43/+34
* [SPARK-16245][ML] model loading backward compatibility for ml.feature.PCAYanbo Liang2016-06-281-10/+8
* [SPARK-16242][MLLIB][PYSPARK] Conversion between old/new matrix columns in a ...Yanbo Liang2016-06-281-0/+14
* [SPARK-16187][ML] Implement util method for ML Matrix conversion in scala/javaYuhao Yang2016-06-274-7/+187
* [MLLIB] org.apache.spark.mllib.util.SVMDataGenerator generates ArrayIndexOutO...José Antonio2016-06-251-1/+1
* [SPARK-16133][ML] model loading backward compatibility for ml.featureYuhao Yang2016-06-233-5/+11
* [SPARK-16177][ML] model loading backward compatibility for ml.regressionYuhao Yang2016-06-232-7/+10
* [SPARK-16130][ML] model loading backward compatibility for ml.classfication.L...Yuhao Yang2016-06-231-5/+5
* [SPARK-16154][MLLIB] Update spark.ml and spark.mllib package docsXiangrui Meng2016-06-235-9/+72
* [SPARK-16153][MLLIB] switch to multi-line doc to avoid a genjavadoc bugXiangrui Meng2016-06-221-1/+3
* [MINOR][MLLIB] DefaultParamsReadable/Writable should be DeveloperApiXiangrui Meng2016-06-221-8/+5