aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13509][SPARK-13507][SQL] Support for writing CSV with a single functio...hyukjinkwon2016-02-292-0/+54
* [SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent ...vijaykiran2016-02-292-164/+166
* [SPARK-13545][MLLIB][PYSPARK] Make MLlib LogisticRegressionWithLBFGS's defaul...Yanbo Liang2016-02-291-3/+5
* [SPARK-13505][ML] add python api for MaxAbsScalerzlpmichelle2016-02-261-7/+68
* [SPARK-12634][PYSPARK][DOC] PySpark tree parameter desc to consistent formatBryan Cutler2016-02-261-142/+197
* [SPARK-13033] [ML] [PYSPARK] Add import/export for ml.regressionTommy YU2016-02-251-4/+30
* [SPARK-13292] [ML] [PYTHON] QuantileDiscretizer should take random seed in Py...Yu ISHIKAWA2016-02-251-6/+8
* [SPARK-7106][MLLIB][PYSPARK] Support model save/load in Python's FPGrowthKai Jiang2016-02-241-4/+31
* [SPARK-13479][SQL][PYTHON] Added Python API for approxQuantileJoseph K. Bradley2016-02-242-0/+61
* [SPARK-13250] [SQL] Update PhysicallRDD to convert to UnsafeRow if using the ...Nong Li2016-02-241-1/+2
* [SPARK-13467] [PYSPARK] abstract python function to simplify pyspark codeWenchen Fan2016-02-243-15/+18
* [SPARK-13329] [SQL] considering output for statistics of logical planDavies Liu2016-02-231-2/+2
* [SPARK-13429][MLLIB] Unify Logistic Regression convergence tolerance of ML & ...Yanbo Liang2016-02-221-2/+2
* [SPARK-12632][PYSPARK][DOC] PySpark fpm and als parameter desc to consistent ...Bryan Cutler2016-02-222-34/+102
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-3/+3
* [SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...Yong Gang Cao2016-02-221-6/+6
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-211-0/+18
* [SPARK-12799] Simplify various string output for expressionsCheng Lian2016-02-213-36/+36
* [SPARK-13302][PYSPARK][TESTS] Move the temp file creation and cleanup outside...Holden Karau2016-02-203-33/+42
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-191-37/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-191-0/+37
* [SPARK-13339][DOCS] Clarify commutative / associative operator requirements f...Sean Owen2016-02-192-6/+5
* Correct SparseVector.parse documentationMiles Yucht2016-02-161-1/+1
* [SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.Reynold Xin2016-02-132-4/+4
* [SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering failed testLiang-Chi Hsieh2016-02-131-6/+19
* [SPARK-12630][PYSPARK] [DOC] PySpark classification parameter desc to consist...vijaykiran2016-02-121-118/+143
* [SPARK-12962] [SQL] [PySpark] PySpark support covar_samp and covar_popYanbo Liang2016-02-121-6/+35
* [SPARK-13154][PYTHON] Add linting for pydocsHolden Karau2016-02-121-0/+3
* [SPARK-12974][ML][PYSPARK] Add Python API for spark.ml bisecting k-meansYanbo Liang2016-02-121-1/+124
* [SPARK-13153][PYSPARK] ML persistence failed when handle no default value par...Tommy YU2016-02-111-2/+3
* [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an errorsethah2016-02-112-4/+12
* [SPARK-13035][ML][PYSPARK] PySpark ml.clustering support export/importYanbo Liang2016-02-111-4/+25
* [MINOR][ML][PYSPARK] Cleanup test cases of clustering.pyYanbo Liang2016-02-112-15/+9
* [SPARK-13037][ML][PYSPARK] PySpark ml.recommendation support export/importKai Jiang2016-02-111-4/+27
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-102-11/+55
* [SPARK-12986][DOC] Fix pydoc warnings in mllib/regression.pyNam Pham2016-02-081-13/+21
* [SPARK-5865][API DOC] Add doc warnings for methods that return local data str...Tommy YU2016-02-062-0/+23
* [SPARK-7997][CORE] Add rpcEnv.awaitTermination() back to SparkEnvShixiong Zhu2016-02-021-2/+2
* [SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent f...Bryan Cutler2016-02-021-74/+191
* [SPARK-13049] Add First/last with ignore nulls to functions.scalaHerman van Hovell2016-01-312-2/+34
* [SPARK-13032][ML][PYSPARK] PySpark support model export/import and take Linea...Yanbo Liang2016-01-295-29/+236
* [SPARK-12749][SQL] add json option to parse floating-point types as DecimalTypeBrandon Bradley2016-01-281-0/+2
* [SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata with `Non...Jason Lee2016-01-271-0/+7
* [SPARK-12780] Inconsistency returning value of ML python models' propertiesXusen Yin2016-01-261-2/+3
* [SPARK-10509][PYSPARK] Reduce excessive param boiler plate codeHolden Karau2016-01-2612-317/+43
* [SPARK-12993][PYSPARK] Remove usage of ADD_FILES in pysparkJeff Zhang2016-01-261-10/+1
* [SPARK-11923][ML] Python API for ml.feature.ChiSqSelectorXusen Yin2016-01-261-1/+97
* [SPARK-10086][MLLIB][STREAMING][PYSPARK] ignore StreamingKMeans test in PySpa...Xiangrui Meng2016-01-251-0/+1
* [SPARK-11922][PYSPARK][ML] Python api for ml.feature.quantile discretizerHolden Karau2016-01-251-4/+85
* [SPARK-12905][ML][PYSPARK] PCAModel return eigenvalues for PySparkYanbo Liang2016-01-251-0/+11