aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-166-6/+6
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-2/+2
* [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows()Cheng Lian2016-03-131-1/+1
* [SPARK-13244][SQL] Migrates DataFrame to DatasetCheng Lian2016-03-1029-99/+118
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-098-12/+12
* [SPARK-13715][MLLIB] Remove last usages of jblas in testsSean Owen2016-03-082-27/+29
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0311-11/+0
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-031-1/+3
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-141-1/+1
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-082-11/+11
* [SPARK-6724][MLLIB] Support model save/load for FPGrowthModelYanbo Liang2016-01-051-0/+40
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-081-3/+35
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-042-4/+4
* [SPARK-11672][ML] set active SQLContext in JavaDefaultReadWriteSuiteXiangrui Meng2015-11-151-1/+6
* [SPARK-11672][ML] flaky spark.ml read/write testsXiangrui Meng2015-11-121-2/+2
* [SPARK-11672][ML] disable spark.ml read/write testsXiangrui Meng2015-11-111-2/+2
* [SPARK-11069][ML] Add RegexTokenizer option to convert to lowercaseYuhao Yang2015-11-091-0/+1
* [SPARK-6517][MLLIB] Implement the Algorithm of Hierarchical ClusteringYu ISHIKAWA2015-11-091-0/+73
* [SPARK-11217][ML] save/load for non-meta estimators and transformersXiangrui Meng2015-11-061-0/+74
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-021-3/+3
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-191-1/+2
* [SPARK-10763] [ML] [JAVA] [TEST] Update Java MLLIB/ML tests to use simplified...Holden Karau2015-09-2310-39/+42
* [SPARK-10706] [MLLIB] Add java wrapper for random vector rddMeihua Wu2015-09-221-0/+17
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-211-0/+30
* [SPARK-10537] [ML] document LIBSVM source options in public API doc and some ...Xiangrui Meng2015-09-111-12/+12
* [SPARK-10117] [MLLIB] Implement SQL data source API for reading LIBSVM datalewuathe2015-09-091-0/+80
* [SPARK-10013] [ML] [JAVA] [TEST] remove java assert from java unit testsHolden Karau2015-09-054-52/+54
* [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibilit...Feynman Liang2015-08-271-0/+72
* [SPARK-10257] [MLLIB] Removes Guava from all spark.mllib Java testsFeynman Liang2015-08-2714-74/+71
* [SPARK-9613] [HOTFIX] Fix usage of JavaConverters removed in Scala 2.11Jacek Laskowski2015-08-271-1/+1
* [SPARK-10256] [ML] Removes guava dependency from spark.ml.classification Java...Feynman Liang2015-08-271-2/+2
* [SPARK-10255] [ML] Removes Guava dependencies from spark.ml.param JavaTestsFeynman Liang2015-08-272-6/+6
* [SPARK-10254] [ML] Removes Guava dependencies in spark.ml.feature JavaTestsFeynman Liang2015-08-2711-30/+35
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-3/+4
* [SPARK-9893] User guide with Java test suite for VectorSlicerXusen Yin2015-08-211-0/+85
* [SPARK-9245] [MLLIB] LDA topic assignmentsJoseph K. Bradley2015-08-201-0/+7
* [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Jav...Xiangrui Meng2015-08-201-0/+74
* [SPARK-9900] [MLLIB] User guide for Association RulesFeynman Liang2015-08-181-1/+1
* [SPARK-9661] [MLLIB] minor clean-up of SPARK-9661Xiangrui Meng2015-08-141-17/+23
* [SPARK-9661] [MLLIB] [ML] Java compatibilityMechCoder2015-08-132-0/+46
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-121-5/+2
* [SPARK-9112] [ML] Implement Stats for LogisticRegressionMechCoder2015-08-061-0/+9
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-2/+7
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-041-7/+7
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-032-0/+4
* [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendlyXiangrui Meng2015-08-021-0/+67
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-301-2/+2
* [SPARK-6793] [MLLIB] OnlineLDAOptimizer LDA perplexityFeynman Liang2015-07-291-1/+5
* [SPARK-9268] [ML] Removed varargs annotation from Params.setDefault taking mu...Joseph K. Bradley2015-07-221-3/+0
* [SPARK-7879] [MLLIB] KMeans API for spark.ml PipelinesYu ISHIKAWA2015-07-171-0/+72