aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11217][ML] save/load for non-meta estimators and transformersXiangrui Meng2015-11-063-1/+165
* [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-025-174/+186
* [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-193-485/+564
* [SPARK-11029] [ML] Add computeCost to KMeansModel in spark.mlYuhao Yang2015-10-171-0/+1
* [SPARK-10599] [MLLIB] Lower communication for block matrix multiplicationBurak Yavuz2015-10-161-0/+18
* [SPARK-7402] [ML] JSON SerDe for standard param typesXiangrui Meng2015-10-131-0/+114
* [SPARK-10875] [MLLIB] Computed covariance matrix should be symmetricNick Pritchard2015-10-081-0/+18
* [SPARK-9718] [ML] linear regression training summary all columnsHolden Karau2015-10-081-0/+13
* [SPARK-10064] [ML] Parallelize decision tree bin split calculationsNathan Howell2015-10-072-8/+2
* [SPARK-10738] [ML] Refactoring `Instance` out from LOR and LIR, and also clea...DB Tsai2015-10-072-0/+2
* [SPARK-9841] [ML] Make clear publicHolden Karau2015-10-071-0/+5
* [SPARK-6530] [ML] Add chi-square selector for ml packageXusen Yin2015-10-021-0/+61
* [SPARK-5890] [ML] Add feature discretizerXusen Yin2015-10-021-0/+98
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-252-5/+160
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-231-25/+49
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2311-15/+38
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-211-0/+243
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-211-0/+88
* [SPARK-8518] [ML] Log-linear models for survival analysisYanbo Liang2015-09-171-0/+311
* [SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature...Eric Liang2015-09-171-0/+165
* [SPARK-7685] [ML] Apply weights to different samples in Logistic RegressionDB Tsai2015-09-152-9/+120
* [SPARK-10491] [MLLIB] move RowMatrix.dspr to BLASYuhao Yang2015-09-151-0/+25
* [SPARK-10573] [ML] IndexToString output schema should be StringTypeNick Pritchard2015-09-141-0/+8