aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState ...Tathagata Das2015-12-091-6/+6
* [SPARK-11551][DOC] Replace example code in ml-features.md using include_exampleXusen Yin2015-12-0918-0/+929
* [SPARK-12159][ML] Add user guide section for IndexToString transformerBenFradet2015-12-081-0/+60
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-081-2/+2
* [SPARK-10393] use ML pipeline in LDA exampleYuhao Yang2015-12-081-113/+40
* [SPARK-11551][DOC][EXAMPLE] Revert PR #10002Cheng Lian2015-12-0818-928/+0
* [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example codeYanbo Liang2015-12-071-0/+45
* [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using incl...somideshmukh2015-12-0718-0/+928
* [SPARK-11963][DOC] Add docs for QuantileDiscretizerXusen Yin2015-12-071-0/+49
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-041-1/+4
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-052-4/+6
* [SPARK-11961][DOC] Add docs of ChiSqSelectorXusen Yin2015-12-011-0/+57
* [SPARK-11960][MLLIB][DOC] User guide for streaming testsFeynman Liang2015-11-301-0/+2
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-301-0/+77
* [SPARK-11920][ML][DOC] ML LinearRegression should use correct dataset in exam...Yanbo Liang2015-11-231-1/+2
* [SPARK-11895][ML] rename and refactor DatasetExample under mllib/examplesXiangrui Meng2015-11-221-45/+26
* Revert "[SPARK-11689][ML] Add user guide and example code for LDA under spark...Xiangrui Meng2015-11-201-77/+0
* [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using...Vikas Nelamangala2015-11-205-0/+448
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-201-0/+77
* [SPARK-11816][ML] fix some style issue in ML/MLlib examplesYuhao Yang2015-11-184-2/+4
* [SPARK-11728] Replace example code in ml-ensembles.md using include_exampleXusen Yin2015-11-175-0/+367
* [SPARK-11729] Replace example code in ml-linear-methods.md using include_exampleXusen Yin2015-11-173-0/+191
* [EXAMPLE][MINOR] Add missing awaitTermination in click stream examplejerryshao2015-11-161-2/+2
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-1310-58/+36
* [SPARK-11445][DOCS] Replaced example code in mllib-ensembles.md using include...Rishabh Bhardwaj2015-11-134-0/+270
* [SPARK-11629][ML][PYSPARK][DOC] Python example code for Multilayer Perceptron...Yanbo Liang2015-11-121-0/+71
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-121-1/+1
* [SPARK-11290][STREAMING] Basic implementation of trackStateByKeyTathagata Das2015-11-101-15/+10
* [SPARK-11550][DOCS] Replace example code in mllib-optimization.md using inclu...Pravin Gadakh2015-11-101-0/+90
* [SPARK-11382] Replace example code in mllib-decision-tree.md using include_ex...Xusen Yin2015-11-102-0/+133
* [SPARK-11548][DOCS] Replaced example code in mllib-collaborative-filtering.md...Rishabh Bhardwaj2015-11-091-0/+67
* [SPARK-11552][DOCS][Replaced example code in ml-decision-tree.md using includ...sachin aggarwal2015-11-092-0/+175
* [SPARK-10689][ML][DOC] User guide and example code for AFTSurvivalRegressionYanbo Liang2015-11-091-0/+62
* [SPARK-11380][DOCS] Replace example code in mllib-frequent-pattern-mining.md ...Pravin Gadakh2015-11-043-0/+165
* [SPARK-11383][DOCS] Replaced example code in mllib-naive-bayes.md/mllib-isoto...Rishabh Bhardwaj2015-11-022-0/+123
* [SPARK-11289][DOC] Substitute code examples in ML features extractors with in...Xusen Yin2015-10-263-0/+165
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-231-0/+3
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-211-0/+90
* [SPARK-10330] Add Scalastyle rule to require use of SparkHadoopUtil JobContex...Josh Rosen2015-09-122-0/+5
* [SPARK-9910] [ML] User guide for train validation splitmartinzapletal2015-08-281-0/+80
* [SPARK-10336][example] fix not being able to set intercept in LR exampleShuo Xiang2015-08-281-0/+1
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-256-35/+27
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-143-3/+3
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-131-1/+1
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-041-1/+1
* [SPARK-9149] [ML] [EXAMPLES] Add an example of spark.ml KMeansYu ISHIKAWA2015-08-021-0/+73
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1083-1/+168
* [HOTFIX] Fix scala style in DFSReadWriteTest that causes tests failedLiang-Chi Hsieh2015-06-191-2/+2
* Add example that reads a local file, writes to a DFS path provided by th...RJ Nowling2015-06-191-0/+138
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-191-0/+2