aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11322] [PYSPARK] Keep full stack trace in captured exceptionLiang-Chi Hsieh2015-10-282-4/+21
* [SPARK-11292] [SQL] Python API for text data sourceReynold Xin2015-10-282-2/+27
* [SPARK-11367][ML][PYSPARK] Python LinearRegression should support setting solverYanbo Liang2015-10-283-22/+37
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-271-2/+2
* [SPARK-10024][PYSPARK] Python API RF and GBT related params clear upvectorijk2015-10-272-338/+168
* [SPARK-6488][MLLIB][PYTHON] Support addition/multiplication in PySpark's Bloc...Mike Dusenberry2015-10-271-0/+68
* [SPARK-11270][STREAMING] Add improved equality testing for TopicAndPartition ...Nick Evans2015-10-272-0/+20
* [SPARK-10271][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.clusteringnoelsmith2015-10-261-1/+68
* [SPARK-11279][PYSPARK] Add DataFrame#toDF in PySparkJeff Zhang2015-10-261-0/+12
* [SPARK-10277] [MLLIB] [PYSPARK] Add @since annotation to pyspark.mllib.regres...Yu ISHIKAWA2015-10-231-1/+101
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-225-9/+48
* [SPARK-11205][PYSPARK] Delegate to scala DataFrame API rather than p…Jeff Zhang2015-10-201-1/+2
* [MINOR][ML] fix doc warningsXiangrui Meng2015-10-201-0/+1
* [SPARK-10767][PYSPARK] Make pyspark shared params codegen more consistentHolden Karau2015-10-203-65/+65
* [SPARK-10269][PYSPARK][MLLIB] Add @since annotation to pyspark.mllib.classifi...noelsmith2015-10-201-4/+66
* [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluationnoelsmith2015-10-201-0/+41
* [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