aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState ...Tathagata Das2015-12-092-14/+14
* [SPARK-11551][DOC] Replace example code in ml-features.md using include_exampleXusen Yin2015-12-0951-0/+2769
* [SPARK-12159][ML] Add user guide section for IndexToString transformerBenFradet2015-12-083-0/+180
* [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-0851-2755/+0
* [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example codeYanbo Liang2015-12-073-0/+144
* [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using incl...somideshmukh2015-12-0751-0/+2755
* [SPARK-11963][DOC] Add docs for QuantileDiscretizerXusen Yin2015-12-072-0/+120
* [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-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-048-20/+22
* [SPARK-11961][DOC] Add docs of ChiSqSelectorXusen Yin2015-12-012-0/+128
* [SPARK-11960][MLLIB][DOC] User guide for streaming testsFeynman Liang2015-11-301-0/+2
* [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)Yanbo Liang2015-11-306-692/+0
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-302-0/+174
* [SPARK-11952][ML] Remove duplicate ml examplesYanbo Liang2015-11-243-235/+0
* [SPARK-11920][ML][DOC] ML LinearRegression should use correct dataset in exam...Yanbo Liang2015-11-233-3/+5
* [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-202-171/+0
* [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using...Vikas Nelamangala2015-11-2015-0/+1304
* [SPARK-11689][ML] Add user guide and example code for LDA under spark.mlYuhao Yang2015-11-202-0/+171
* [SPARK-11816][ML] fix some style issue in ML/MLlib examplesYuhao Yang2015-11-185-3/+5
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-181-15/+16
* rmse was wrongly calculatedViveka Kulharia2015-11-181-1/+1
* [SPARK-11728] Replace example code in ml-ensembles.md using include_exampleXusen Yin2015-11-1714-0/+1056
* [MINOR] Correct comments in JavaDirectKafkaWordCountRohan Bhanderi2015-11-171-4/+4
* [SPARK-11729] Replace example code in ml-linear-methods.md using include_exampleXusen Yin2015-11-178-0/+483
* [EXAMPLE][MINOR] Add missing awaitTermination in click stream examplejerryshao2015-11-161-2/+2
* Typo in comment: use 2 seconds instead of 1Rohan Bhanderi2015-11-141-1/+1
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-1321-110/+65
* [SPARK-11445][DOCS] Replaced example code in mllib-ensembles.md using include...Rishabh Bhardwaj2015-11-1312-0/+873
* [SPARK-11629][ML][PYSPARK][DOC] Python example code for Multilayer Perceptron...Yanbo Liang2015-11-123-0/+201
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-122-25/+22
* [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-102-0/+198
* [SPARK-11382] Replace example code in mllib-decision-tree.md using include_ex...Xusen Yin2015-11-107-0/+432
* [SPARK-11548][DOCS] Replaced example code in mllib-collaborative-filtering.md...Rishabh Bhardwaj2015-11-093-0/+218
* [SPARK-11552][DOCS][Replaced example code in ml-decision-tree.md using includ...sachin aggarwal2015-11-096-0/+519
* [SPARK-10689][ML][DOC] User guide and example code for AFTSurvivalRegressionYanbo Liang2015-11-093-0/+184
* [SPARK-11380][DOCS] Replace example code in mllib-frequent-pattern-mining.md ...Pravin Gadakh2015-11-047-0/+380
* [SPARK-11383][DOCS] Replaced example code in mllib-naive-bayes.md/mllib-isoto...Rishabh Bhardwaj2015-11-026-0/+385
* [SPARK-11289][DOC] Substitute code examples in ML features extractors with in...Xusen Yin2015-10-268-0/+472
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-232-0/+8
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-211-0/+90
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [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-282-0/+170
* [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