aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9530] [MLLIB] ScalaDoc should not indicate LDAModel.describeTopics and...Meihua Wu2015-08-011-7/+0
* [SPARK-8169] [ML] Add StopWordsRemover as a transformerYuhao Yang2015-08-011-0/+155
* [SPARK-8999] [MLLIB] PrefixSpan non-temporal sequenceszhangjiajin2015-08-012-54/+103
* [SPARK-7446] [MLLIB] Add inverse transform for string indexerHolden Karau2015-08-011-3/+105
* [SPARK-9480][SQL] add MapData and cleanup internal row stuffWenchen Fan2015-08-012-6/+6
* [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter optimi...Feynman Liang2015-07-311-10/+65
* [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilitiesYanbo Liang2015-07-311-16/+49
* [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topicMeihua Wu2015-07-311-0/+37
* [SPARK-9481] Add logLikelihood to LocalLDAModelFeynman Liang2015-07-311-7/+13
* [SPARK-6885] [ML] decision tree support predict class probabilitiesYanbo Liang2015-07-3113-126/+199
* [SPARK-9231] [MLLIB] DistributedLDAModel method for top topics per documentYuhao Yang2015-07-311-1/+18
* [SPARK-9471] [ML] Multilayer PerceptronAlexander Ulanov2015-07-315-1/+1144
* [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for PythonYanbo Liang2015-07-301-5/+5
* [SPARK-7690] [ML] Multiclass classification EvaluatorRam Sriharsha2015-07-301-0/+85
* [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-304-12/+47
* [SPARK-6684] [MLLIB] [ML] Add checkpointing to GBTsJoseph K. Bradley2015-07-303-24/+28
* [SPARK-8671] [ML] Added isotonic regression to the pipeline API.martinzapletal2015-07-301-0/+144
* [SPARK-5567] [MLLIB] Add predict method to LocalLDAModelFeynman Liang2015-07-302-8/+39
* [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-301-0/+2
* [SPARK-] [MLLIB] minor fix on tokenizer docYuhao Yang2015-07-301-1/+1
* [SPARK-8998] [MLLIB] Distribute PrefixSpan computation for large projected da...zhangjiajin2015-07-302-59/+150
* [SPARK-5561] [MLLIB] Generalized PeriodicCheckpointer for RDDs and GraphsJoseph K. Bradley2015-07-304-92/+270
* [SPARK-7368] [MLLIB] Add QR decomposition for RowMatrixYuhao Yang2015-07-302-1/+53
* [SPARK-9440] [MLLIB] Add hyperparameters to LocalLDAModel save/loadFeynman Liang2015-07-291-12/+28
* [SPARK-9016] [ML] make random forest classifiers implement classification traitHolden Karau2015-07-291-14/+16
* [SPARK-8921] [MLLIB] Add @since tags to mllib.statBimal Tandel2015-07-295-4/+66
* [SPARK-6793] [MLLIB] OnlineLDAOptimizer LDA perplexityFeynman Liang2015-07-293-100/+293
* [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-283-36/+155
* [SPARK-8919] [DOCUMENTATION, MLLIB] Added @since tags to mllib.recommendationvinodkc2015-07-282-1/+47
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-271-30/+103
* [SPARK-7423] [MLLIB] Modify ClassificationModel and Probabalistic model to us...George Dittmar2015-07-272-2/+2
* [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-241-36/+49
* [SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAMode...MechCoder2015-07-241-4/+4
* [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-231-1/+16
* [SPARK-7254] [MLLIB] Run PowerIterationClustering directly on graphLiang-Chi Hsieh2015-07-221-0/+46
* [SPARK-9268] [ML] Removed varargs annotation from Params.setDefault taking mu...Joseph K. Bradley2015-07-221-1/+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-223-32/+229
* [SPARK-8536] [MLLIB] Generalize OnlineLDAOptimizer to asymmetric document-top...Feynman Liang2015-07-222-24/+52
* [SPARK-9224] [MLLIB] OnlineLDA Performance ImprovementsFeynman Liang2015-07-221-32/+27
* [SPARK-5989] [MLLIB] Model save/load for LDAMechCoder2015-07-211-4/+224
* [SPARK-8915] [DOCUMENTATION, MLLIB] Added @since tags to mllib.classificationpetz20002015-07-214-0/+39
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-202-3/+52
* [SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0 and bet...Meihua Wu2015-07-201-2/+2