aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter optimi...Feynman Liang2015-07-312-10/+99
* [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilitiesYanbo Liang2015-07-312-18/+101
* [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topicMeihua Wu2015-07-312-0/+59
* [SPARK-9481] Add logLikelihood to LocalLDAModelFeynman Liang2015-07-312-71/+78
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-3116-130/+229
* [SPARK-9231] [MLLIB] DistributedLDAModel method for top topics per documentYuhao Yang2015-07-312-2/+30
* [SPARK-9471] [ML] Multilayer PerceptronAlexander Ulanov2015-07-317-1/+1326
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-303-10/+10
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-302-0/+113
* [SPARK-9077] [MLLIB] Improve error message for decision trees when numExample...Sean Owen2015-07-301-2/+6
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-306-16/+69
* [SPARK-6684] [MLLIB] [ML] Add checkpointing to GBTsJoseph K. Bradley2015-07-306-57/+114
* [SPARK-8671] [ML] Added isotonic regression to the pipeline API.martinzapletal2015-07-302-0/+292
* [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-303-8/+102
* [SPARK-9390][SQL] create a wrapper for array typeWenchen Fan2015-07-302-18/+13
* [SPARK-9277] [MLLIB] SparseVector constructor must throw an error when declar...Sean Owen2015-07-302-0/+17
* [SPARK-9225] [MLLIB] LDASuite needs unit tests for empty documentsMeihua Wu2015-07-301-0/+40
* [SPARK-] [MLLIB] minor fix on tokenizer docYuhao Yang2015-07-301-1/+1
* [SPARK-8998] [MLLIB] Distribute PrefixSpan computation for large projected da...zhangjiajin2015-07-303-69/+161
* [SPARK-5561] [MLLIB] Generalized PeriodicCheckpointer for RDDs and GraphsJoseph K. Bradley2015-07-306-99/+452
* [SPARK-7368] [MLLIB] Add QR decomposition for RowMatrixYuhao Yang2015-07-303-1/+70
* [SPARK-9440] [MLLIB] Add hyperparameters to LocalLDAModel save/loadFeynman Liang2015-07-292-13/+33
* [SPARK-9016] [ML] make random forest classifiers implement classification traitHolden Karau2015-07-292-18/+30
* [SPARK-8921] [MLLIB] Add @since tags to mllib.statBimal Tandel2015-07-295-4/+66
* [SPARK-6793] [MLLIB] OnlineLDAOptimizer LDA perplexityFeynman Liang2015-07-295-104/+348
* [SPARK-7105] [PYSPARK] [MLLIB] Support model save/load in GMMMechCoder2015-07-282-11/+55
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-284-40/+206
* [SPARK-8919] [DOCUMENTATION, MLLIB] Added @since tags to mllib.recommendationvinodkc2015-07-282-1/+47
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-273-59/+139
* [SPARK-7423] [MLLIB] Modify ClassificationModel and Probabalistic model to us...George Dittmar2015-07-272-2/+2
* [SPARK-9337] [MLLIB] Add an ut for Word2Vec to verify the empty vocabulary checkYuhao Yang2015-07-261-0/+10
* [SPARK-9350][SQL] Introduce an InternalRow generic getter that requires a Dat...Reynold Xin2015-07-252-6/+11
* [SPARK-7045] [MLLIB] Avoid intermediate representation when creating modelMechCoder2015-07-242-36/+55
* [SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAMode...MechCoder2015-07-242-4/+19
* [SPARK-9285][SQL] Remove InternalRow's inheritance from Row.Reynold Xin2015-07-242-4/+4
* [SPARK-8092] [ML] Allow OneVsRest Classifier feature and label column names t...Ram Sriharsha2015-07-232-1/+40
* [SPARK-9069] [SPARK-9264] [SQL] remove unlimited precision support for Decima...Davies Liu2015-07-231-1/+1
* [SPARK-7254] [MLLIB] Run PowerIterationClustering directly on graphLiang-Chi Hsieh2015-07-222-0/+94
* [SPARK-9268] [ML] Removed varargs annotation from Params.setDefault taking mu...Joseph K. Bradley2015-07-222-4/+4
* [SPARK-9144] Remove DAGScheduler.runLocallyWithinThread and spark.localExecut...Josh Rosen2015-07-221-1/+1
* [SPARK-9262][build] Treat Scala compiler warnings as errorsReynold Xin2015-07-221-2/+2
* [SPARK-8484] [ML] Added TrainValidationSplit for hyper-parameter tuning.martinzapletal2015-07-224-32/+368
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-1/+1
* [SPARK-8536] [MLLIB] Generalize OnlineLDAOptimizer to asymmetric document-top...Feynman Liang2015-07-223-32/+126
* [SPARK-9224] [MLLIB] OnlineLDA Performance ImprovementsFeynman Liang2015-07-221-32/+27
* [SPARK-5989] [MLLIB] Model save/load for LDAMechCoder2015-07-212-4/+265
* [SPARK-8915] [DOCUMENTATION, MLLIB] Added @since tags to mllib.classificationpetz20002015-07-214-0/+39
* [SPARK-9204][ML] Add default params test for linearyregression suiteHolden Karau2015-07-201-0/+25