aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-053-12/+12
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-4/+4
* [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
* [SPARK-11672][ML] set active SQLContext in JavaDefaultReadWriteSuiteXiangrui Meng2015-11-151-1/+6
* [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-125-5/+7
* [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-114-5/+5
* [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-092-5/+18
* [SPARK-6517][MLLIB] Implement the Algorithm of Hierarchical ClusteringYu ISHIKAWA2015-11-092-0/+255
* [SPARK-11217][ML] save/load for non-meta estimators and transformersXiangrui Meng2015-11-064-1/+239
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-063-8/+26
* [SPARK-11514][ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-052-0/+2
* [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal...Yanbo Liang2015-11-051-8/+8
* [SPARK-11349][ML] Support transform string label for RFormulaYanbo Liang2015-11-031-0/+19
* [MINOR][ML] Fix naming conventions of AFTSurvivalRegression coefficientsYanbo Liang2015-11-031-6/+6
* [SPARK-9836][ML] Provide R-like summary statistics for OLS via normal equatio...Yanbo Liang2015-11-031-0/+129
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-026-177/+189
* [SPARK-11207] [ML] Add test cases for solver selection of LinearRegres…Lewuathe2015-10-301-75/+97
* [SPARK-11332] [ML] Refactored to use ml.feature.Instance instead of WeightedL...Nakul Jindal2015-10-281-5/+5
* [MINOR][ML] fix compile warnsXiangrui Meng2015-10-271-1/+2
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-271-0/+15
* [SPARK-10654][MLLIB] Add columnSimilarities to IndexedRowMatrixReza Zadeh2015-10-261-0/+12
* [SPARK-6723] [MLLIB] Model import/export for ChiSqSelectorJayant Shekar2015-10-231-0/+26
* [SPARK-10082][MLLIB] minor style updates for matrix indexing after #8271Xiangrui Meng2015-10-201-4/+4
* [SPARK-10082][MLLIB] Validate i, j in apply DenseMatrices and SparseMatricesMechCoder2015-10-201-0/+11
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-194-486/+566