aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [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-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-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-1760-161/+445
* [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-1056-252/+260
* [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
* [SPARK-14973][ML] The CrossValidator and TrainValidationSplit miss the seed w...yinxusen2016-05-032-0/+5
* [SPARK-6717][ML] Clear shuffle files after checkpointing in ALSHolden Karau2016-05-031-42/+161
* [SPARK-14931][ML][PYTHON] Mismatched default values between pipelines in Spar...Xusen Yin2016-05-012-2/+2
* [SPARK-15030][ML][SPARKR] Support formula in spark.kmeans in SparkRYanbo Liang2016-04-301-0/+19
* [SPARK-14653][ML] Remove json4s from mllib-localXiangrui Meng2016-04-301-0/+41
* [SPARK-13289][MLLIB] Fix infinite distances between word vectors in Word2VecM...Junyang2016-04-301-0/+21
* [SPARK-14412][.2][ML] rename *RDDStorageLevel to *StorageLevel in ml.ALSXiangrui Meng2016-04-301-7/+7
* [SPARK-14533][MLLIB] RowMatrix.computeCovariance inaccurate when values are v...Sean Owen2016-04-301-7/+15
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-291-0/+70
* [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALSNick Pentreath2016-04-291-1/+80
* [SPARK-14570][ML] Log instrumentation in Random forestsBenFradet2016-04-291-3/+3
* [SPARK-14886][MLLIB] RankingMetrics.ndcgAt throw java.lang.ArrayIndexOutOfBou...Sean Owen2016-04-291-5/+21
* [SPARK-14862][ML] Updated Classifiers to not require labelCol metadataJoseph K. Bradley2016-04-284-1/+160
* [SPARK-14852][ML] refactored GLM summary into training, non-training summariesJoseph K. Bradley2016-04-281-0/+14
* [SPARK-14487][SQL] User Defined Type registration without SQLUserDefinedType ...Liang-Chi Hsieh2016-04-282-0/+80
* [SPARK-14671][ML] Pipeline setStages should handle subclasses of PipelineStageJoseph K. Bradley2016-04-271-1/+8
* [SPARK-14899][ML][PYSPARK] Remove spark.ml HashingTF hashingAlg optionYanbo Liang2016-04-271-24/+13
* [SPARK-14732][ML] spark.ml GaussianMixture should use MultivariateGaussian in...Joseph K. Bradley2016-04-261-2/+2
* [SPARK-13962][ML] spark.ml Evaluators should support other numeric types for ...BenFradet2016-04-265-27/+70
* [SPARK-10574][ML][MLLIB] HashingTF supports MurmurHash3Yanbo Liang2016-04-251-16/+28
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-228-8/+7
* [SPARK-14843][ML] Fix encoding error in LibSVMRelationLiang-Chi Hsieh2016-04-231-2/+7
* [SPARK-14479][ML] GLM supports output link predictionYanbo Liang2016-04-211-32/+48
* [SPARK-14734][ML][MLLIB] Added asML, fromML methods for all spark.mllib Vecto...Joseph K. Bradley2016-04-212-1/+68
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-201-2/+3
* [SPARK-14549][ML] Copy the Vector and Matrix classes from mllib to ml in mlli...DB Tsai2016-04-151-2/+2
* [SPARK-12869] Implemented an improved version of the toIndexedRowMatrixFokko Driesprong2016-04-141-2/+29
* [SPARK-14565][ML] RandomForest should use parseInt and parseDouble for featur...Yong Tang2016-04-141-2/+2
* [SPARK-14375][ML] Unit test for spark.ml KMeansSummaryYanbo Liang2016-04-131-1/+17
* [SPARK-14461][ML] GLM training summaries should provide solverYanbo Liang2016-04-131-0/+4
* [SPARK-10386][MLLIB] PrefixSpanModel supports save/loadYanbo Liang2016-04-131-0/+31
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-132-40/+33
* [SPARK-14563][ML] use a random table name instead of __THIS__ in SQLTransformerXiangrui Meng2016-04-121-0/+10
* [SPARK-13322][ML] AFTSurvivalRegression supports feature standardizationYanbo Liang2016-04-121-0/+22
* [SPARK-3724][ML] RandomForest: More options for feature subset size.Yong Tang2016-04-121-0/+36
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-121-0/+3