aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-283-1/+314
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-266-28/+179
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-262-16/+109
* [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-222-2/+2
* [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-202-7/+83
* [SPARK-6519][ML] Add spark.ml API for bisecting k-meansYu ISHIKAWA2016-01-202-0/+281
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-193-3/+55
* [SPARK-12804][ML] Fix LogisticRegression with FitIntercept on all same label ...Feynman Liang2016-01-192-95/+148
* [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-183-5/+43
* [SPARK-10264][DOCUMENTATION] Added @Since to ml.recomendationTommy YU2016-01-181-3/+30
* [SPARK-12830] Java style: disallow trailing whitespaces.Reynold Xin2016-01-141-1/+1
* [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-112-3/+38
* [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-1014-19/+19
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-083-15/+15
* [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-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0547-62/+58
* [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-053-3/+205
* [SPARK-12331][ML] R^2 for regression through the origin.Imran Younus2016-01-053-71/+112
* [SPARK-9622][ML] DecisionTreeRegressor: provide variance of predictionYanbo Liang2016-01-045-4/+92
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-0430-1/+63
* [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
* [SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugsShixiong Zhu2015-12-281-2/+2
* [SPARK-12424][ML] The implementation of ParamMap#filter is wrong.Kousuke Saruta2015-12-292-2/+34
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-244-14/+26
* [SPARK-12349][ML] Make spark.ml PCAModel load backwards compatibleSean Owen2015-12-211-5/+28
* [SPARK-10158][PYSPARK][MLLIB] ALS better error message when using Long IDsBryan Cutler2015-12-201-1/+11
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-165-11/+5
* [SPARK-9694][ML] Add random seed Param to Scala CrossValidatorYanbo Liang2015-12-162-3/+16
* [SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in pysparkLiang-Chi Hsieh2015-12-142-33/+62
* [SPARK-11497][MLLIB][PYTHON] PySpark RowMatrix Constructor Has Type Erasure I...Mike Dusenberry2015-12-111-1/+1
* [SPARK-10991][ML] logistic regression training summary handle empty predictio...Holden Karau2015-12-112-2/+29