aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-209-57/+25
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-194-2/+59
* [SPARK-7018][BUILD] Refactor dev/run-tests-jenkins into PythonBrennon York2015-10-181-18/+1
* [SPARK-11158][SQL] Modified _verify_type() to be more informative on Errors b...Mahmoud Lababidi2015-10-181-3/+3
* [SPARK-10185] [SQL] Feat sql comma separated pathsKoert Kuipers2015-10-172-1/+15
* [SPARK-11084] [ML] [PYTHON] Check if index can contain non-zero value before ...zero3232015-10-162-2/+12
* [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e…Bhargav Mangipudi2015-10-161-2/+3
* [PYTHON] [MINOR] List modules in PySpark tests when given bad nameJoseph K. Bradley2015-10-131-1/+2
* [SPARK-8170] [PYTHON] Add signal handler to trap Ctrl-C in pyspark and cancel...Ashwin Shankar2015-10-121-0/+7
* [SPARK-10535] Sync up API for matrix factorization model between Scala and Py...Vladimir Vladimirov2015-10-091-4/+28
* [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train wit...Bryan Cutler2015-10-082-2/+3
* [SPARK-10973] [ML] [PYTHON] __gettitem__ method throws IndexError exception w...zero3232015-10-082-5/+10
* [SPARK-9774] [ML] [PYSPARK] Add python api for ml regression isotonicregressionHolden Karau2015-10-073-1/+149
* [SPARK-10779] [PYSPARK] [MLLIB] Set initialModel for KMeans model in PySpark ...Evan Chen2015-10-071-2/+15
* [SPARK-10957] [ML] setParams changes quantileProbabilities unexpectly in PySp...Xiangrui Meng2015-10-061-5/+1
* [SPARK-10688] [ML] [PYSPARK] Python API for AFTSurvivalRegressionvectorijk2015-10-061-2/+169
* [SPARK-10782] [PYTHON] Update dropDuplicates documentationasokadiggs2015-09-291-0/+2
* [SPARK-6919] [PYSPARK] Add asDict method to StatCounterErik Shilts2015-09-292-0/+42
* [SPARK-10415] [PYSPARK] [MLLIB] [DOCS] Enhance Navigation Sidebar in PySpark APInoelsmith2015-09-294-2/+197
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-251-1/+1
* [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Pyth...Reynold Xin2015-09-231-1/+4
* [SPARK-10446][SQL] Support to specify join type when calling join with usingC...Liang-Chi Hsieh2015-09-211-1/+5
* [SPARK-10577] [PYSPARK] DataFrame hint for broadcast joinJian Feng2015-09-212-0/+27
* [SPARK-10716] [BUILD] spark-1.5.0-bin-hadoop2.6.tgz file doesn't uncompress o...Sean Owen2015-09-211-0/+0
* [SPARK-9821] [PYSPARK] pyspark-reduceByKey-should-take-a-custom-partitionerHolden Karau2015-09-211-13/+16
* [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formattingnoelsmith2015-09-218-1/+14
* [SPARK-9769] [ML] [PY] add python api for countvectorizermodelHolden Karau2015-09-211-6/+142
* [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIsvinodkc2015-09-201-5/+17
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-193-60/+8
* [SPARK-10615] [PYSPARK] change assertEquals to assertEqualYanbo Liang2015-09-184-99/+99
* [SPARK-10642] [PYSPARK] Fix crash when calling rdd.lookup() on tuple keysLiang-Chi Hsieh2015-09-171-1/+4
* [SPARK-10282] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.recom...Yu ISHIKAWA2015-09-171-0/+28
* [SPARK-10274] [MLLIB] Add @since annotation to pyspark.mllib.fpmYu ISHIKAWA2015-09-171-1/+9
* [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib...Yu ISHIKAWA2015-09-171-2/+26
* [SPARK-10278] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.treeYu ISHIKAWA2015-09-171-1/+35
* [SPARK-10281] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.clust...Yu ISHIKAWA2015-09-171-0/+13
* [SPARK-10283] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.regre...Yu ISHIKAWA2015-09-171-0/+65
* [SPARK-10284] [ML] [PYSPARK] [DOCS] Add @since annotation to pyspark.ml.tuningYu ISHIKAWA2015-09-171-0/+28
* [SPARK-10276] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.recomm...Yu ISHIKAWA2015-09-161-1/+35
* [SPARK-10516] [ MLLIB] Added values property in DenseVectorVinod K C2015-09-151-0/+4
* [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.randomnoelsmith2015-09-151-1/+1
* [SPARK-10275] [MLLIB] Add @since annotation to pyspark.mllib.randomYu ISHIKAWA2015-09-141-0/+15
* [SPARK-10273] Add @since annotation to pyspark.mllib.featurenoelsmith2015-09-141-1/+57
* [SPARK-9793] [MLLIB] [PYSPARK] PySpark DenseVector, SparseVector implement __...Yanbo Liang2015-09-142-15/+107
* [SPARK-10542] [PYSPARK] fix serialize namedtupleDavies Liu2015-09-143-1/+20
* [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter ...Yanbo Liang2015-09-142-16/+33
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-121-18/+18
* [SPARK-9014] [SQL] Allow Python spark API to use built-in exponential operator0x0FFF2015-09-112-1/+14
* [PYTHON] Fixed typo in exception messageIcaro Medeiros2015-09-111-1/+1
* [SPARK-8530] [ML] add python API for MinMaxScalerYuhao Yang2015-09-111-5/+99