aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-191-0/+32
* [SPARK-12804][ML] Fix LogisticRegression with FitIntercept on all same label ...Feynman Liang2016-01-191-0/+43
* [SPARK-12346][ML] Missing attribute names in GLM for vector-type featuresEric Liang2016-01-182-2/+40
* [SPARK-10809][MLLIB] Single-document topicDistributions method for LocalLDAModelYuhao Yang2016-01-111-3/+12
* [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space befor...Kousuke Saruta2016-01-102-2/+2
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0547-62/+58
* [SPARK-6724][MLLIB] Support model save/load for FPGrowthModelYanbo Liang2016-01-051-0/+68
* [SPARK-12331][ML] R^2 for regression through the origin.Imran Younus2016-01-051-66/+90
* [SPARK-9622][ML] DecisionTreeRegressor: provide variance of predictionYanbo Liang2016-01-041-1/+25
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-041-1/+22
* [SPARK-12424][ML] The implementation of ParamMap#filter is wrong.Kousuke Saruta2015-12-291-0/+28
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-244-14/+26
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-165-11/+5
* [SPARK-10991][ML] logistic regression training summary handle empty predictio...Holden Karau2015-12-111-0/+11
* [SPARK-11530][MLLIB] Return eigenvalues with PCA modelSean Owen2015-12-103-5/+15
* [SPARK-10299][ML] word2vec should allow users to specify the window sizeHolden Karau2015-12-091-3/+40
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-081-12/+13
* [SPARK-11439][ML] Optimization of creating sparse feature without dense oneNakul Jindal2015-12-082-96/+124
* [SPARK-11994][MLLIB] Word2VecModel load and save cause SparkException when mo...Antonio Murgia2015-12-051-0/+19
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-053-12/+12
* [SPARK-11847][ML] Model export/import for spark.ml: LDAYuhao Yang2015-11-241-2/+42
* [SPARK-11902][ML] Unhandled case in VectorAssembler#transformBenFradet2015-11-221-0/+11
* [SPARK-11912][ML] ml.feature.PCA minor refactorYanbo Liang2015-11-221-18/+13
* [SPARK-6791][ML] Add read/write for CrossValidator and EvaluatorsJoseph K. Bradley2015-11-225-13/+231
* [SPARK-11852][ML] StandardScaler minor refactorYanbo Liang2015-11-201-7/+4
* [SPARK-11867] Add save/load for kmeans and naive bayesXusen Yin2015-11-192-15/+73
* [SPARK-11869][ML] Clean up TempDirectory properly in ML testsJoseph K. Bradley2015-11-191-1/+1
* [SPARK-11829][ML] Add read/write to estimators under ml.feature (II)Yanbo Liang2015-11-194-8/+92
* [SPARK-11846] Add save/load for AFTSurvivalRegression and IsotonicRegressionXusen Yin2015-11-192-6/+65
* [SPARK-11842][ML] Small cleanups to existing Readers and WritersJoseph K. Bradley2015-11-181-1/+1
* [SPARK-11839][ML] refactor save/write traitsXiangrui Meng2015-11-182-15/+16
* [SPARK-6787][ML] add read/write to estimators under ml.feature (1)Xiangrui Meng2015-11-185-22/+129
* [SPARK-6789][ML] Add Readable, Writable support for spark.ml ALS, ALSModelJoseph K. Bradley2015-11-181-9/+69
* [SPARK-6790][ML] Add spark.ml LinearRegression import/exportWenjian Huang2015-11-181-2/+32
* [SPARK-7013][ML][TEST] Add unit test for spark.ml StandardScalerRoyGaoVLIS2015-11-171-0/+108
* [SPARK-11764][ML] make Param.jsonEncode/jsonDecode support VectorXiangrui Meng2015-11-171-4/+18
* [SPARK-11763][ML] Add save,load to LogisticRegression EstimatorJoseph K. Bradley2015-11-175-17/+123
* [SPARK-11769][ML] Add save, load to all basic TransformersJoseph K. Bradley2015-11-1716-22/+174
* [SPARK-11766][MLLIB] add toJson/fromJson to Vector/VectorsXiangrui Meng2015-11-171-0/+17
* [SPARK-11612][ML] Pipeline and PipelineModel persistenceJoseph K. Bradley2015-11-162-13/+132
* [MINOR][ML] remove MLlibTestsSparkContext from ImpuritySuiteXiangrui Meng2015-11-131-2/+1
* [SPARK-11672][ML] Set active SQLContext in MLlibTestSparkContext.beforeAllXiangrui Meng2015-11-131-0/+1
* [SPARK-11672][ML] flaky spark.ml read/write testsXiangrui Meng2015-11-124-3/+5
* [SPARK-11712][ML] Make spark.ml LDAModel be abstractJoseph K. Bradley2015-11-121-2/+2
* [SPARK-11672][ML] disable spark.ml read/write testsXiangrui Meng2015-11-113-3/+3
* [SPARK-6726][ML] Import/export for spark.ml LogisticRegressionModelJoseph K. Bradley2015-11-102-3/+18
* [SPARK-5565][ML] LDA wrapper for Pipelines APIJoseph K. Bradley2015-11-101-0/+221
* [SPARK-7316][MLLIB] RDD sliding window with stepunknown2015-11-101-4/+7
* [SPARK-11069][ML] Add RegexTokenizer option to convert to lowercaseYuhao Yang2015-11-091-5/+17
* [SPARK-6517][MLLIB] Implement the Algorithm of Hierarchical ClusteringYu ISHIKAWA2015-11-091-0/+182