aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13379][MLLIB] Fix MLlib LogisticRegressionWithLBFGS set regularization...Yanbo Liang2016-02-211-2/+2
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative fil...BenFradet2016-02-161-1/+1
* [SPARK-13097][ML] Binarizer allowing Double AND Vector input typesseddonm12016-02-151-17/+45
* [SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering failed testLiang-Chi Hsieh2016-02-131-10/+14
* [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false)Earthson Lu2016-02-111-1/+2
* [SPARK-12765][ML][COUNTVECTORIZER] fix CountVectorizer.transform's lost trans...Liu Xiang2016-02-111-0/+1
* [SPARK-11515][ML] QuantileDiscretizer should take random seedYu ISHIKAWA2016-02-111-5/+10
* [SPARK-13265][ML] Refactoring of basic ML import/export for other file system...Yu ISHIKAWA2016-02-111-6/+7
* [SPARK-10524][ML] Use the soft prediction to order categories' binsLiang-Chi Hsieh2016-02-092-132/+129
* [SPARK-13201][SPARK-13200] Deprecation warning cleanups: KMeans & MFDataGener...Holden Karau2016-02-093-5/+13
* [SPARK-13132][MLLIB] cache standardization param value in LogisticRegressionGary King2016-02-072-2/+5
* [SPARK-12732][ML] bug fix in linear regression trainImran Younus2016-02-021-25/+41
* [SPARK-12711][ML] ML StopWordsRemover does not protect itself from column nam...Grzegorz Chilkiewicz2016-02-022-8/+4
* [SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent f...Bryan Cutler2016-02-025-29/+37
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-282-1/+114
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-264-22/+158
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-261-15/+87
* [SPARK-12952] EMLDAOptimizer initialize() should return EMLDAOptimizer other ...Xusen Yin2016-01-261-1/+3
* [SPARK-12834] Change ser/de of JavaArray and JavaListXusen Yin2016-01-251-1/+5
* [SPARK-12905][ML][PYSPARK] PCAModel return eigenvalues for PySparkYanbo Liang2016-01-251-0/+2
* [SPARK-11965][ML][DOC] Update user guide for RFormula feature interactionsYanbo Liang2016-01-251-0/+21
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-1/+1
* [SPARK-12908][ML] Add warning message for LogisticRegression for potential co...DB Tsai2016-01-211-0/+8
* [SPARK-10263][ML] Add @Since annotation to ml.param and ml.*Takahashi Hiroshi2016-01-202-5/+42
* [SPARK-12230][ML] WeightedLeastSquares.fit() should handle division by zero p...Imran Younus2016-01-201-2/+19
* [SPARK-6519][ML] Add spark.ml API for bisecting k-meansYu ISHIKAWA2016-01-201-0/+196
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-192-3/+23
* [SPARK-12804][ML] Fix LogisticRegression with FitIntercept on all same label ...Feynman Liang2016-01-191-95/+105
* [SPARK-11944][PYSPARK][MLLIB] python mllib.clustering.bisecting k meansHolden Karau2016-01-191-0/+17
* [MLLIB] Fix CholeskyDecomposition assertion's messageWojciech Jurczyk2016-01-191-1/+1
* [SPARK-12346][ML] Missing attribute names in GLM for vector-type featuresEric Liang2016-01-181-3/+3
* [SPARK-10264][DOCUMENTATION] Added @Since to ml.recomendationTommy YU2016-01-181-3/+30
* [SPARK-12026][MLLIB] ChiSqTest gets slower and slower over time when number o...Yuhao Yang2016-01-131-2/+4
* [SPARK-7615][MLLIB] MLLIB Word2Vec wordVectors divided by Euclidean Norm equa...Sean Owen2016-01-121-1/+6
* [SPARK-10809][MLLIB] Single-document topicDistributions method for LocalLDAModelYuhao Yang2016-01-111-0/+26
* [SPARK-12685][MLLIB] word2vec trainWordsCount gets overflowYuhao Yang2016-01-111-4/+4
* [SPARK-12603][MLLIB] PySpark MLlib GaussianMixtureModel should support single...Yanbo Liang2016-01-112-1/+5
* [SPARK-3873][BUILD] Enable import ordering error checking.Marcelo Vanzin2016-01-105-8/+7
* [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space befor...Kousuke Saruta2016-01-1012-17/+17
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-081-4/+4
* [SPARK-12663][MLLIB] More informative error message in MLUtils.loadLibSVMFileRobert Dodier2016-01-061-1/+2
* [SPARK-12368][ML][DOC] Better doc for the binary classification evaluator' me...BenFradet2016-01-061-2/+1
* [SPARK-12450][MLLIB] Un-persist broadcasted variables in KMeansRJ Nowling2016-01-051-0/+8
* [SPARK-6724][MLLIB] Support model save/load for FPGrowthModelYanbo Liang2016-01-051-3/+97
* [SPARK-12331][ML] R^2 for regression through the origin.Imran Younus2016-01-052-5/+22
* [SPARK-9622][ML] DecisionTreeRegressor: provide variance of predictionYanbo Liang2016-01-044-3/+67
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-0429-0/+41
* [SPARK-12599][MLLIB][SQL] Remove the use of callUDF in MLlibReynold Xin2016-01-021-2/+2
* [SPARK-3873][MLLIB] Import order fixes.Marcelo Vanzin2015-12-3194-167/+158
* [SPARK-12349][SPARK-12349][ML] Fix typo in Spark version regex introduced in ...Sean Owen2015-12-291-1/+1