aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11289][DOC] Substitute code examples in ML features extractors with in...Xusen Yin2015-10-262-0/+92
* [SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark Streamin...zsxwing2015-08-195-11/+14
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-101-0/+58
* [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/+71
* [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
* [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-7743] [SQL] Parquet 1.7Thomas Omans2015-06-041-1/+1
* [SPARK-7387] [ML] [DOC] CrossValidator example code in PythonRam Sriharsha2015-06-022-2/+98
* [SPARK-6013] [ML] Add more Python ML examples for spark.mlRam Sriharsha2015-05-293-0/+268
* [SPARK-5090] [EXAMPLES] The improvement of python converter for hbaseGenTang2015-05-221-8/+13
* [SPARK-7568] [ML] ml.LogisticRegression doesn't output the right predictionDB Tsai2015-05-141-2/+2
* [SPARK-6612] [MLLIB] [PYSPARK] Python KMeans parityHrishikesh Subramonian2015-05-051-0/+1
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-051-5/+5
* [SPARK-5946] [STREAMING] Add Python API for direct Kafka streamjerryshao2015-04-271-0/+55
* SPARK-7107 Add parameter for zookeeper.znode.parent to hbase_inputformat...tedyu2015-04-271-1/+5
* [PySpark][Minor] Update sql example, so that can read file correctlylinweizhong2015-04-241-1/+6
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1634-155/+195
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-082-4/+4
* [SPARK-6574] [PySpark] fix sql exampleDavies Liu2015-03-271-1/+1
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-111-0/+82
* [SPARK-6111] Fixed usage string in documentation.Kenneth Myers2015-03-021-1/+1
* [Streaming][Minor]Fix some error docs in streaming examplesSaisai Shao2015-03-021-1/+1
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-201-2/+2
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-0/+67
* [SPARK-5769] Set params in constructors and in setParams in Python ML pipelinesXiangrui Meng2015-02-151-27/+17
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-2/+2