aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [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-291-2/+6
* [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
* [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-111-2/+18
* [SPARK-11602][MLLIB] Refine visibility for 1.6 scala API auditYuhao Yang2015-12-104-5/+5
* [SPARK-11530][MLLIB] Return eigenvalues with PCA modelSean Owen2015-12-103-20/+49
* [SPARK-10299][ML] word2vec should allow users to specify the window sizeHolden Karau2015-12-092-1/+25
* [SPARK-11343][ML] Documentation of float and double prediction/label columns ...Dominik Dahlem2015-12-081-2/+7
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-082-10/+46
* [SPARK-11439][ML] Optimization of creating sparse feature without dense oneNakul Jindal2015-12-081-26/+18
* [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example codeYanbo Liang2015-12-071-2/+9
* [SPARK-10259][ML] Add @since annotation to ml.classificationTakahashi Hiroshi2015-12-077-44/+185
* [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlibJoseph K. Bradley2015-12-0713-29/+29
* [SPARK-11988][ML][MLLIB] Update JPMML to 1.2.7Sean Owen2015-12-054-62/+57
* [SPARK-11994][MLLIB] Word2VecModel load and save cause SparkException when mo...Antonio Murgia2015-12-051-4/+12
* [SPARK-12096][MLLIB] remove the old constraint in word2vecYuhao Yang2015-12-051-2/+2
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-052-2/+4
* [SPARK-12000] do not specify arg types when reference a method in ScalaDocXiangrui Meng2015-12-022-3/+3
* [SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunningYu ISHIKAWA2015-12-023-16/+58
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-011-5/+7
* [SPARK-11898][MLLIB] Use broadcast for the global tables in Word2VecYuhao Yang2015-12-011-1/+6
* [SPARK-11847][ML] Model export/import for spark.ml: LDAYuhao Yang2015-11-242-6/+108
* [SPARK-11521][ML][DOC] Document that Logistic, Linear Regression summaries ig...Joseph K. Bradley2015-11-242-0/+33
* [SPARK-11902][ML] Unhandled case in VectorAssembler#transformBenFradet2015-11-221-0/+2
* [SPARK-11912][ML] ml.feature.PCA minor refactorYanbo Liang2015-11-221-12/+11
* [SPARK-6791][ML] Add read/write for CrossValidator and EvaluatorsJoseph K. Bradley2015-11-227-72/+291
* [SPARK-11852][ML] StandardScaler minor refactorYanbo Liang2015-11-201-32/+28
* [SPARK-11867] Add save/load for kmeans and naive bayesXusen Yin2015-11-192-13/+122
* [SPARK-11829][ML] Add read/write to estimators under ml.feature (II)Yanbo Liang2015-11-195-25/+246
* [SPARK-11846] Add save/load for AFTSurvivalRegression and IsotonicRegressionXusen Yin2015-11-192-16/+145
* [SPARK-11842][ML] Small cleanups to existing Readers and WritersJoseph K. Bradley2015-11-189-24/+37
* [SPARK-11839][ML] refactor save/write traitsXiangrui Meng2015-11-1825-306/+174
* [SPARK-6787][ML] add read/write to estimators under ml.feature (1)Xiangrui Meng2015-11-185-25/+338
* [SPARK-11684][R][ML][DOC] Update SparkR glm API doc, user guide and example c...Yanbo Liang2015-11-181-0/+3
* [SPARK-11813][MLLIB] Avoid serialization of vocab in Word2VecYuhao Yang2015-11-181-2/+2
* [SPARK-6789][ML] Add Readable, Writable support for spark.ml ALS, ALSModelJoseph K. Bradley2015-11-182-8/+81
* [SPARK-6790][ML] Add spark.ml LinearRegression import/exportWenjian Huang2015-11-181-3/+74
* [SPARK-11764][ML] make Param.jsonEncode/jsonDecode support VectorXiangrui Meng2015-11-171-2/+10
* [SPARK-11763][ML] Add save,load to LogisticRegression EstimatorJoseph K. Bradley2015-11-172-42/+50
* [SPARK-11769][ML] Add save, load to all basic TransformersJoseph K. Bradley2015-11-1716-62/+279
* [SPARK-11766][MLLIB] add toJson/fromJson to Vector/VectorsXiangrui Meng2015-11-171-0/+45
* [SPARK-11612][ML] Pipeline and PipelineModel persistenceJoseph K. Bradley2015-11-162-5/+174
* [SPARK-11672][ML] Set active SQLContext in MLlibTestSparkContext.beforeAllXiangrui Meng2015-11-131-2/+5
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-131-1/+1