aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11769][ML] Add save, load to all basic TransformersJoseph K. Bradley2015-11-1716-62/+279
* [SPARK-11766][MLLIB] add toJson/fromJson to Vector/VectorsXiangrui Meng2015-11-171-0/+45
* [SPARK-11612][ML] Pipeline and PipelineModel persistenceJoseph K. Bradley2015-11-162-5/+174
* [SPARK-11672][ML] Set active SQLContext in MLlibTestSparkContext.beforeAllXiangrui Meng2015-11-131-2/+5
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-131-1/+1
* [SPARK-11712][ML] Make spark.ml LDAModel be abstractJoseph K. Bradley2015-11-121-86/+94
* [SPARK-11674][ML] add private val after @transient in Word2VecModelXiangrui Meng2015-11-111-1/+1
* [SPARK-11626][ML] ml.feature.Word2Vec.transform() function very slowYuming Wang2015-11-111-18/+16
* [SPARK-6726][ML] Import/export for spark.ml LogisticRegressionModelJoseph K. Bradley2015-11-102-8/+134
* [SPARK-11566] [MLLIB] [PYTHON] Refactoring GaussianMixtureModel.gaussians in ...Yu ISHIKAWA2015-11-101-15/+6
* [SPARK-5565][ML] LDA wrapper for Pipelines APIJoseph K. Bradley2015-11-102-5/+725
* [SPARK-7316][MLLIB] RDD sliding window with stepunknown2015-11-102-35/+47
* [SPARK-11618][ML] Minor refactoring of basic ML import/exportJoseph K. Bradley2015-11-101-27/+30
* [SPARK-11069][ML] Add RegexTokenizer option to convert to lowercaseYuhao Yang2015-11-091-2/+17
* [SPARK-6517][MLLIB] Implement the Algorithm of Hierarchical ClusteringYu ISHIKAWA2015-11-092-0/+586
* [SPARK-11582][MLLIB] specifying pmml version attribute =4.2 in the root node ...fazlan-nazeem2015-11-091-0/+1
* [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for line...Yanbo Liang2015-11-091-4/+46
* [SPARK-8467] [MLLIB] [PYSPARK] Add LDAModel.describeTopics() in PythonYu ISHIKAWA2015-11-062-2/+57
* [SPARK-11217][ML] save/load for non-meta estimators and transformersXiangrui Meng2015-11-063-3/+230
* [SPARK-11514][ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-053-7/+12
* [SPARK-10265][DOCUMENTATION, ML] Fixed @Since annotation to ml.regressionEhsan M.Kermani2015-11-055-18/+119
* [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal...Yanbo Liang2015-11-052-25/+32
* [SPARK-11506][MLLIB] Removed redundant operation in Online LDA implementationa1singh2015-11-051-1/+1
* [SPARK-10028][MLLIB][PYTHON] Add Python API for PrefixSpanYu ISHIKAWA2015-11-042-1/+54
* [SPARK-9492][ML][R] LogisticRegression in R should provide model statisticsYanbo Liang2015-11-042-7/+17
* [SPARK-11349][ML] Support transform string label for RFormulaYanbo Liang2015-11-031-1/+9
* [MINOR][ML] Fix naming conventions of AFTSurvivalRegression coefficientsYanbo Liang2015-11-031-19/+19
* [SPARK-9836][ML] Provide R-like summary statistics for OLS via normal equatio...Yanbo Liang2015-11-033-7/+114
* [MINOR][ML] removed the old `getModelWeights` functionDB Tsai2015-11-021-10/+0
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-025-31/+46
* [SPARK-11343][ML] Allow float and double prediction/label columns in Regressi...Dominik Dahlem2015-11-021-4/+8
* [SPARK-11358][MLLIB] deprecate runs in k-meansXiangrui Meng2015-11-021-2/+2
* [SPARK-9722] [ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-011-3/+5
* [SPARK-11385] [ML] foreachActive made public in MLLib's vector APINakul Jindal2015-10-301-3/+6
* [SPARK-11207] [ML] Add test cases for solver selection of LinearRegres…Lewuathe2015-10-301-7/+47
* [SPARK-11369][ML][R] SparkR glm should support setting standardizeYanbo Liang2015-10-281-0/+3
* [SPARK-11332] [ML] Refactored to use ml.feature.Instance instead of WeightedL...Nakul Jindal2015-10-282-19/+10
* [MINOR][ML] fix compile warnsXiangrui Meng2015-10-271-1/+1
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-271-4/+4
* [SPARK-10654][MLLIB] Add columnSimilarities to IndexedRowMatrixReza Zadeh2015-10-261-0/+13
* [SPARK-11184][MLLIB] Declare most of .mllib code not-ExperimentalSean Owen2015-10-2645-208/+43
* [SPARK-6723] [MLLIB] Model import/export for ChiSqSelectorJayant Shekar2015-10-231-1/+69
* [SPARK-11273][SQL] Move ArrayData/MapData/DataTypeParser to catalyst.util pac...Reynold Xin2015-10-232-0/+2
* [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/+4
* [SPARK-10261][DOCUMENTATION, ML] Fixed @Since annotation to ml.evaluationTijo Thomas2015-10-204-7/+43
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-194-5/+70
* [SPARK-9963] [ML] RandomForest cleanup: replace predictNodeIndex with predict...Luvsandondov Lkhamsuren2015-10-172-43/+38
* [SPARK-11029] [ML] Add computeCost to KMeansModel in spark.mlYuhao Yang2015-10-171-0/+12
* [SPARK-10599] [MLLIB] Lower communication for block matrix multiplicationBurak Yavuz2015-10-161-22/+58