aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-122-13/+27
* [SPARK-9847] [ML] Modified copyValues to distinguish between default, explici...Joseph K. Bradley2015-08-121-0/+8
* [SPARK-9788] [MLLIB] Fix LDA Binary CompatibilityFeynman Liang2015-08-111-2/+2
* [SPARK-9750] [MLLIB] Improve equals on SparseMatrix and DenseMatrixFeynman Liang2015-08-111-0/+18
* [SPARK-8764] [ML] string indexer should take option to handle unseen valuesHolden Karau2015-08-111-0/+32
* [SPARK-8345] [ML] Add an SQL node as a feature transformerYanbo Liang2015-08-111-0/+44
* [SPARK-8481] [MLLIB] GaussianMixtureModel predict accepting single vectorDariusz Kobylarz2015-08-071-0/+10
* [SPARK-9493] [ML] add featureIndex to handle vector features in IsotonicRegre...Xiangrui Meng2015-08-061-34/+48
* [SPARK-9112] [ML] Implement Stats for LogisticRegressionMechCoder2015-08-062-1/+45
* [SPARK-5895] [ML] Add VectorSlicer - updatedXusen Yin2015-08-052-0/+116
* [SPARK-9540] [MLLIB] optimize PrefixSpan implementationXiangrui Meng2015-08-041-128/+143
* [SPARK-8601] [ML] Add an option to disable standardization for linear regressionHolden Karau2015-08-041-73/+205
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-044-5/+91
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-10/+8
* [SPARK-8874] [ML] Add missing methods in Word2VecMechCoder2015-08-031-0/+62
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-036-2/+185
* [SPARK-9528] [ML] Changed RandomForestClassifier to extend ProbabilisticClass...Joseph K. Bradley2015-08-031-8/+28
* [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendlyXiangrui Meng2015-08-022-4/+71
* [SPARK-9000] [MLLIB] Support generic item types in PrefixSpanFeynman Liang2015-08-011-7/+97
* [SPARK-8169] [ML] Add StopWordsRemover as a transformerYuhao Yang2015-08-011-0/+80
* [SPARK-8999] [MLLIB] PrefixSpan non-temporal sequenceszhangjiajin2015-08-011-38/+199
* [SPARK-7446] [MLLIB] Add inverse transform for string indexerHolden Karau2015-08-011-0/+13
* [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter optimi...Feynman Liang2015-07-311-0/+34
* [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilitiesYanbo Liang2015-07-311-2/+52
* [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topicMeihua Wu2015-07-311-0/+22
* [SPARK-9481] Add logLikelihood to LocalLDAModelFeynman Liang2015-07-311-64/+65
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-313-4/+30
* [SPARK-9231] [MLLIB] DistributedLDAModel method for top topics per documentYuhao Yang2015-07-311-1/+12
* [SPARK-9471] [ML] Multilayer PerceptronAlexander Ulanov2015-07-312-0/+182
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-302-5/+5
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-301-0/+28
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-302-4/+22
* [SPARK-6684] [MLLIB] [ML] Add checkpointing to GBTsJoseph K. Bradley2015-07-303-33/+86
* [SPARK-8671] [ML] Added isotonic regression to the pipeline API.martinzapletal2015-07-301-0/+148
* [SPARK-9479] [STREAMING] [TESTS] Fix ReceiverTrackerSuite failure for maven b...zsxwing2015-07-303-16/+43
* [SPARK-9454] Change LDASuite tests to use vector comparisonsFeynman Liang2015-07-301-19/+14
* [SPARK-5567] [MLLIB] Add predict method to LocalLDAModelFeynman Liang2015-07-301-0/+63
* [SPARK-9277] [MLLIB] SparseVector constructor must throw an error when declar...Sean Owen2015-07-301-0/+15
* [SPARK-9225] [MLLIB] LDASuite needs unit tests for empty documentsMeihua Wu2015-07-301-0/+40
* [SPARK-8998] [MLLIB] Distribute PrefixSpan computation for large projected da...zhangjiajin2015-07-301-10/+11
* [SPARK-5561] [MLLIB] Generalized PeriodicCheckpointer for RDDs and GraphsJoseph K. Bradley2015-07-302-7/+182
* [SPARK-7368] [MLLIB] Add QR decomposition for RowMatrixYuhao Yang2015-07-301-0/+17
* [SPARK-9440] [MLLIB] Add hyperparameters to LocalLDAModel save/loadFeynman Liang2015-07-291-1/+5
* [SPARK-9016] [ML] make random forest classifiers implement classification traitHolden Karau2015-07-291-4/+14
* [SPARK-6793] [MLLIB] OnlineLDAOptimizer LDA perplexityFeynman Liang2015-07-292-4/+55
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-281-4/+51
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-272-29/+36
* [SPARK-9337] [MLLIB] Add an ut for Word2Vec to verify the empty vocabulary checkYuhao Yang2015-07-261-0/+10
* [SPARK-7045] [MLLIB] Avoid intermediate representation when creating modelMechCoder2015-07-241-0/+6
* [SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAMode...MechCoder2015-07-241-0/+15