aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7208] [ML] [PYTHON] Added Matrix, SparseMatrix to __all__ list in lina...Joseph K. Bradley2015-04-281-1/+2
* [SPARK-7135][SQL] DataFrame expression for monotonically increasing IDs.Reynold Xin2015-04-281-1/+21
* [SPARK-5946] [STREAMING] Add Python API for direct Kafka streamjerryshao2015-04-272-14/+237
* [SPARK-7152][SQL] Add a Column expression for partition ID.Reynold Xin2015-04-261-9/+21
* [SPARK-7060][SQL] Add alias function to python dataframeYin Huai2015-04-231-0/+14
* [SPARK-6827] [MLLIB] Wrap FPGrowthModel.freqItemsets and make it consistent w...Yanbo Liang2015-04-221-3/+12
* [SPARK-7059][SQL] Create a DataFrame join API to facilitate equijoin.Reynold Xin2015-04-221-1/+8
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-219-127/+182
* [SPARK-7036][MLLIB] ALS.train should support DataFrames in PySparkXiangrui Meng2015-04-211-10/+26
* [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrixMechCoder2015-04-212-16/+49
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-2110-47/+70
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-2010-21/+23
* Minor fix to SPARK-6958: Improve Python docstring for DataFrame.sort.Reynold Xin2015-04-171-3/+4
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-173-39/+70
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-162-5/+62
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1649-1091/+1032
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-159-114/+266
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-151-5/+5
* [SPARK-6886] [PySpark] fix big closure with shuffleDavies Liu2015-04-152-14/+7
* [SPARK-6643][MLLIB] Implement StandardScalerModel missing methodslewuathe2015-04-122-0/+40
* [SPARK-6677] [SQL] [PySpark] fix cached classesDavies Liu2015-04-111-19/+20
* [SPARK-6216] [PySpark] check the python version in workerDavies Liu2015-04-103-2/+22
* [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.Milan Straka2015-04-102-1/+12
* [SPARK-6211][Streaming] Add Python Kafka API unit testjerryshao2015-04-092-2/+60
* [SPARK-6577] [MLlib] [PySpark] SparseMatrix should be supported in PySparkMechCoder2015-04-092-8/+154
* [SPARK-3074] [PySpark] support groupByKey() with single huge keyDavies Liu2015-04-096-143/+531
* [SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python APIYanbo Liang2015-04-094-1/+90
* [SPARK-6696] [SQL] Adds HiveContext.refreshTable to PySparkCheng Lian2015-04-081-0/+9
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-087-53/+52
* [SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not needed...Marcelo Vanzin2015-04-081-2/+1
* [SPARK-6720][MLLIB] PySpark MultivariateStatisticalSummary unit test for norm...lewuathe2015-04-071-0/+7
* [SPARK-6262][MLLIB]Implement missing methods for MultivariateStatisticalSummarylewuathe2015-04-052-0/+12
* [SPARK-6615][MLLIB] Python API for Word2Veclewuathe2015-04-032-6/+57
* [SPARK-6667] [PySpark] remove setReuseAddressDavies Liu2015-04-021-0/+1
* [SPARK-6660][MLLIB] pythonToJava doesn't recognize object arraysXiangrui Meng2015-04-011-0/+8
* [SPARK-6553] [pyspark] Support functools.partial as UDFksonj2015-04-012-1/+33
* [SPARK-6576] [MLlib] [PySpark] DenseMatrix in PySpark should support indexingMechCoder2015-04-012-0/+17
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-011-3/+3
* [SPARK-6657] [Python] [Docs] fixed python doc build warningsJoseph K. Bradley2015-04-012-17/+11
* [SPARK-6651][MLLIB] delegate dense vector arithmetics to the underlying numpy...Xiangrui Meng2015-04-011-1/+37
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-315-390/+250
* [SPARK-6255] [MLLIB] Support multiclass classification in Python APIYanbo Liang2015-03-312-28/+116
* [SPARK-6598][MLLIB] Python API for IDFModellewuathe2015-03-312-0/+20
* [SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Python.Reynold Xin2015-03-312-6/+45
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-302-0/+182
* [SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSchema() a...Davies Liu2015-03-301-27/+60
* [DOC] Improvements to Python docs.Reynold Xin2015-03-283-14/+17
* [SPARK-6571][MLLIB] use wrapper in MatrixFactorizationModel.loadXiangrui Meng2015-03-281-0/+8
* [SPARK-6117] [SQL] Improvements to DataFrame.describe()Reynold Xin2015-03-261-0/+19
* [SPARK-6536] [PySpark] Column.inSet() in PythonDavies Liu2015-03-261-0/+17