aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14635][ML] Documentation and Examples for TF-IDF only refer to HashingTFYuhao Yang2016-04-201-0/+2
* [SPARK-14515][DOC] Add python example for ChiSqSelectorZheng RuiFeng2016-04-181-0/+44
* [SPARK-13089][ML] [Doc] spark.ml Naive Bayes user guide and examplesYuhao Yang2016-04-131-0/+53
* [SPARK-14509][DOC] Add python CountVectorizerExampleZheng RuiFeng2016-04-131-0/+44
* [SPARK-14339][DOC] Add python examples for DCT,MinMaxScaler,MaxAbsScalerZheng RuiFeng2016-04-093-0/+131
* [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming...Shixiong Zhu2016-03-261-59/+0
* [SPARK-13017][DOCS] Replace example code in mllib-feature-extraction.md using...Xin Ren2016-03-245-0/+255
* [SPARK-13019][DOCS] fix for scala-2.10 build: Replace example code in mllib-s...Xin Ren2016-03-246-0/+277
* Revert "[SPARK-13019][DOCS] Replace example code in mllib-statistics.md using...Xiangrui Meng2016-03-216-277/+0
* [SPARK-13019][DOCS] Replace example code in mllib-statistics.md using include...Xin Ren2016-03-216-0/+277
* [SPARK-13814] [PYSPARK] Delete unnecessary imports in python examples filesZheng RuiFeng2016-03-1115-27/+0
* [SPARK-13672][ML] Add python examples of BisectingKMeans in ML and MLLIBZheng RuiFeng2016-03-112-0/+107
* [SPARK-13706][ML] Add Python Example for Train Validation SplitJeremyNixon2016-03-101-0/+68
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-033-3/+3
* [SPARK-13013][DOCS] Replace example code in mllib-clustering.md using include...Xin Ren2016-03-035-0/+270
* [SPARK-11381][DOCS] Replace example code in mllib-linear-methods.md using inc...Dongjoon Hyun2016-02-264-0/+217
* [SPARK-10759][ML] update cross validator with include_exampleJeremyNixon2016-02-231-1/+4
* [SPARK-13257][IMPROVEMENT] Refine naive Bayes example by checking model after...movelikeriver2016-02-221-2/+15
* [SPARK-13012][DOCUMENTATION] Replace example code in ml-guide.md using includ...Devaraj K2016-02-222-0/+151
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative fil...BenFradet2016-02-161-0/+57
* [SPARK-12960] [PYTHON] Some examples are missing support for python2Mark Grover2016-01-211-0/+1
* [SPARK-12603][MLLIB] PySpark MLlib GaussianMixtureModel should support single...Yanbo Liang2016-01-111-0/+4
* removed lambda from sortByKey()Udo Klein2016-01-111-1/+1
* fixed numVertices in transitive closure exampleUdo Klein2016-01-081-2/+2
* [SPARK-12429][STREAMING][DOC] Add Accumulator and Broadcast example for Strea...Shixiong Zhu2015-12-221-1/+29
* [SPARK-9057][STREAMING] Twitter example joining to static RDD of word sentime...Jeff L2015-12-181-0/+77
* [SPARK-12199][DOC] Follow-up: Refine example code in ml-features.mdXusen Yin2015-12-121-3/+3
* [SPARK-11978][ML] Move dataset_example.py to examples/ml and rename to datafr...Yanbo Liang2015-12-111-22/+34
* [SPARK-11713] [PYSPARK] [STREAMING] Initial RDD updateStateByKey for PySparkBryan Cutler2015-12-101-1/+4
* [SPARK-11551][DOC] Replace example code in ml-features.md using include_exampleXusen Yin2015-12-0915-0/+635
* [SPARK-12159][ML] Add user guide section for IndexToString transformerBenFradet2015-12-081-0/+45
* [SPARK-11551][DOC][EXAMPLE] Revert PR #10002Cheng Lian2015-12-0815-629/+0
* [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example codeYanbo Liang2015-12-071-0/+40
* [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using incl...somideshmukh2015-12-0715-0/+629
* [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)Yanbo Liang2015-11-303-311/+0
* [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-231-1/+2
* [SPARK-11549][DOCS] Replace example code in mllib-evaluation-metrics.md using...Vikas Nelamangala2015-11-205-0/+299
* rmse was wrongly calculatedViveka Kulharia2015-11-181-1/+1
* [SPARK-11728] Replace example code in ml-ensembles.md using include_exampleXusen Yin2015-11-174-0/+302
* [SPARK-11729] Replace example code in ml-linear-methods.md using include_exampleXusen Yin2015-11-172-0/+88
* [SPARK-11723][ML][DOC] Use LibSVM data source rather than MLUtils.loadLibSVMF...Yanbo Liang2015-11-136-17/+12
* [SPARK-11445][DOCS] Replaced example code in mllib-ensembles.md using include...Rishabh Bhardwaj2015-11-134-0/+231
* [SPARK-11629][ML][PYSPARK][DOC] Python example code for Multilayer Perceptron...Yanbo Liang2015-11-121-0/+56
* [SPARK-11382] Replace example code in mllib-decision-tree.md using include_ex...Xusen Yin2015-11-103-0/+112
* [SPARK-11548][DOCS] Replaced example code in mllib-collaborative-filtering.md...Rishabh Bhardwaj2015-11-091-0/+54
* [SPARK-11552][DOCS][Replaced example code in ml-decision-tree.md using includ...sachin aggarwal2015-11-092-0/+151
* [SPARK-10689][ML][DOC] User guide and example code for AFTSurvivalRegressionYanbo Liang2015-11-091-0/+51
* [SPARK-11380][DOCS] Replace example code in mllib-frequent-pattern-mining.md ...Pravin Gadakh2015-11-041-0/+33
* [SPARK-11383][DOCS] Replaced example code in mllib-naive-bayes.md/mllib-isoto...Rishabh Bhardwaj2015-11-022-0/+112