aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17207][MLLIB] fix comparing Vector bug in TestingUtilsPeng, Meng2016-08-263-10/+285
* [SPARK-17086][ML] Fix InvalidArgumentException issue in QuantileDiscretizer w...VinceShieh2016-08-241-0/+19
* [SPARK-17141][ML] MinMaxScaler should remain NaN value.Yanbo Liang2016-08-191-0/+27
* [SPARK-7159][ML] Add multiclass logistic regression to Spark MLsethah2016-08-182-2/+1103
* [SPARK-17027][ML] Avoid integer overflow in PolynomialExpansion.getPolySizezero3232016-08-141-0/+24
* [SPARK-16750][FOLLOW-UP][ML] Add transformSchema for StringIndexer/VectorAsse...Yanbo Liang2016-08-052-4/+12
* [SPARK-16485][DOC][ML] Remove useless latex in a log messge.Shuai Lin2016-08-011-1/+1
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-303-6/+6
* [SPARK-16561][MLLIB] fix multivarOnlineSummary min/max bugWeichenXu2016-07-231-0/+25
* [SPARK-16494][ML] Upgrade breeze version to 0.12Yanbo Liang2016-07-193-6/+13
* [SPARK-16426][MLLIB] Fix bug that caused NaNs in IsotonicRegressionz001qdp2016-07-151-0/+11
* [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for ML...Joseph K. Bradley2016-07-132-3/+3
* [SPARK-16369][MLLIB] tallSkinnyQR of RowMatrix should aware of empty partitionXusen Yin2016-07-081-0/+17
* [SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrixXusen Yin2016-07-071-0/+44
* [SPARK-15740][MLLIB] Word2VecSuite "big model load / save" caused OOM in mave...tmnd19912016-07-061-3/+22
* [SPARK-16307][ML] Add test to verify the predicted variances of a DT on toy dataMechCoder2016-07-062-0/+32
* [SPARK-16187][ML] Implement util method for ML Matrix conversion in scala/javaYuhao Yang2016-06-272-3/+82
* [SPARK-15644][MLLIB][SQL] Replace SQLContext with SparkSession in MLlibgatorsmile2016-06-211-1/+1
* [SPARK-16118][MLLIB] add getDropLast to OneHotEncoderXiangrui Meng2016-06-211-1/+3
* [SPARK-16074][MLLIB] expose VectorUDT/MatrixUDT in a public APIXiangrui Meng2016-06-202-0/+58
* [SPARK-15922][MLLIB] `toIndexedRowMatrix` should consider the case `cols < of...Dongjoon Hyun2016-06-161-0/+5
* [SPARK-15945][MLLIB] Conversion between old/new vector columns in a DataFrame...Xiangrui Meng2016-06-142-2/+107
* [SPARK-15364][ML][PYSPARK] Implement PySpark picklers for ml.Vector and ml.Ma...Liang-Chi Hsieh2016-06-131-0/+72
* [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total counthyukjinkwon2016-06-121-0/+12
* [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vecyinxusen2016-06-081-0/+1
* [SPARK-15617][ML][DOC] Clarify that fMeasure in MulticlassMetrics is "micro" ...Ruifeng Zheng2016-06-041-1/+1
* [SPARK-15494][SQL] encoder code cleanupWenchen Fan2016-06-031-1/+1
* [SPARK-15740][MLLIB] ignore big model load / save in Word2VecSuiteXiangrui Meng2016-06-021-1/+1
* [SPARK-15664][MLLIB] Replace FileSystem.get(conf) with path.getFileSystem(con...Lianhui Wang2016-06-012-6/+10
* [SPARK-15618][SQL][MLLIB] Use SparkSession.builder.sparkContext if applicable.Dongjoon Hyun2016-05-314-11/+9
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-292-1/+5
* [SPARK-15413][ML][MLLIB] Change `toBreeze` to `asBreeze` in Vector and MatrixDB Tsai2016-05-2715-49/+49
* [SPARK-15603][MLLIB] Replace SQLContext with SparkSession in ML/MLLibDongjoon Hyun2016-05-272-10/+10
* [SPARK-15339][ML] ML 2.0 QA: Scala APIs and code audit for regressionYanbo Liang2016-05-191-2/+13
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-191-1/+1
* [SPARK-15296][MLLIB] Refactor All Java Tests that use SparkSessionSandeep Singh2016-05-1958-1147/+206
* [SPARK-15292][ML] ML 2.0 QA: Scala APIs audit for classificationYanbo Liang2016-05-191-2/+3
* [SPARK-14891][ML] Add schema validation for ALSNick Pentreath2016-05-182-4/+102
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-181-4/+4
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-183-8/+8
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-1785-213/+513
* [SPARK-15096][ML] LogisticRegression MultiClassSummarizer numClasses can fail...wm624@hotmail.com2016-05-141-0/+4
* [SPARK-14900][ML] spark.ml classification metrics should include accuracywm624@hotmail.com2016-05-131-4/+5
* [SPARK-13961][ML] spark.ml ChiSqSelector and RFormula should support other nu...BenFradet2016-05-1317-23/+49
* [SPARK-15268][SQL] Make JavaTypeInference work with UDTRegistrationLiang-Chi Hsieh2016-05-111-0/+16
* [SPARK-15037][SQL][MLLIB] Use SparkSession instead of SQLContext in Scala/Jav...Sandeep Singh2016-05-10114-1037/+1283
* [SPARK-14814][MLLIB] API: Java compatibility, docsYuhao Yang2016-05-091-0/+10
* [SPARK-15211][SQL] Select features column from LibSVMRelation causes failureLiang-Chi Hsieh2016-05-091-0/+1
* [SPARK-14050][ML] Add multiple languages support and additional methods for S...Burak Köse2016-05-061-2/+55
* [SPARK-14844][ML] Add setFeaturesCol and setPredictionCol to KMeansM…Dominik Jastrzębski2016-05-041-0/+15