aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark Streamin...zsxwing2015-08-195-11/+14
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-152-3/+3
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-143-3/+3
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-132-2/+3
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-101-0/+58
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-043-3/+4
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-042-2/+3
* [SPARK-9149] [ML] [EXAMPLES] Add an example of spark.ml KMeansYu ISHIKAWA2015-08-023-0/+241
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-1083-1/+168
* [SPARK-8124] [SPARKR] Created more examples on SparkR DataFramesDaniel Emaasit (PhD Student)2015-07-061-0/+107
* [SPARK-8378] [STREAMING] Add the Python API for Flumezsxwing2015-07-011-0/+55
* [SPARK-8551] [ML] Elastic net python code exampleShuo Xiang2015-06-291-0/+67
* [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-192-0/+7
* [SPARK-8444] [STREAMING] Adding Python streaming example for queueStreamBryan Cutler2015-06-191-0/+50
* [SPARK-7017] [BUILD] [PROJECT INFRA] Refactor dev/run-tests into PythonBrennon York2015-06-171-1/+1
* [SPARK-8314][MLlib] improvement in performance of MLUtils.appendBiasRoger Menezes2015-06-121-2/+2
* [SPARK-7743] [SQL] Parquet 1.7Thomas Omans2015-06-041-1/+1
* [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0Patrick Wendell2015-06-031-1/+1
* [SPARK-7547] [ML] Scala Example code for ElasticNetDB Tsai2015-06-022-0/+301
* [SPARK-7387] [ML] [DOC] CrossValidator example code in PythonRam Sriharsha2015-06-022-2/+98
* [SPARK-7979] Enforce structural type checker.Reynold Xin2015-05-311-1/+5
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-313-11/+11
* [SPARK-6013] [ML] Add more Python ML examples for spark.mlRam Sriharsha2015-05-295-2/+270
* [SPARK-7929] Remove Bagel examples & whitespace fix for examples.Reynold Xin2015-05-2815-485/+31
* [MINOR] Fix the a minor bug in PageRank Example.Li Yao2015-05-281-1/+1
* [SPARK-7895] [STREAMING] [EXAMPLES] Move Kafka examples from scala-2.10/src t...zsxwing2015-05-285-40/+6
* Close HBaseAdmin at the end of HBaseTesttedyu2015-05-251-0/+1