aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [MINOR] [MLLIB] [ML] [DOC] Minor doc fixes for StringIndexer and MetadataUtilsJoseph K. Bradley2015-09-111-8/+8
* [SPARK-9773] [ML] [PySpark] Add Python API for MultilayerPerceptronClassifierYanbo Liang2015-09-111-1/+131
* [SPARK-10026] [ML] [PySpark] Implement some common Params for regression in P...Yanbo Liang2015-09-114-96/+143
* [SPARK-10027] [ML] [PySpark] Add Python API missing methods for ml.featureYanbo Liang2015-09-103-8/+59
* [SPARK-7544] [SQL] [PySpark] pyspark.sql.types.Row implements __getitem__Yanbo Liang2015-09-101-0/+15
* [SPARK-9772] [PYSPARK] [ML] Add Python API for ml.feature.VectorSlicerYanbo Liang2015-09-091-5/+90
* [SPARK-9654] [ML] [PYSPARK] Add IndexToString to PySparkHolden Karau2015-09-082-5/+72
* [SPARK-10094] Pyspark ML Feature transformers marked as experimentalnoelsmith2015-09-081-0/+52
* [SPARK-10373] [PYSPARK] move @since into pyspark from sqlDavies Liu2015-09-089-25/+23
* [SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming g...Tathagata Das2015-09-042-0/+29
* [SPARK-10417] [SQL] Iterating through Column results in infinite loop0x0FFF2015-09-022-0/+12
* [SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection0x0FFF2015-09-012-2/+9
* [SPARK-10162] [SQL] Fix the timezone omitting for PySpark Dataframe filter fu...0x0FFF2015-09-012-10/+23
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-012-4/+89
* [SPARK-10355] [ML] [PySpark] Add Python API for SQLTransformerYanbo Liang2015-08-311-3/+54
* [SPARK-8472] [ML] [PySpark] Python API for DCTYanbo Liang2015-08-311-1/+64
* [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect modelnoelsmith2015-08-273-1/+104
* [SPARK-9964] [PYSPARK] [SQL] PySpark DataFrameReader accept RDD of String for...Yanbo Liang2015-08-261-6/+22
* [SPARK-10305] [SQL] fix create DataFrame from Python classDavies Liu2015-08-262-0/+18
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-252-2/+14
* [SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong artifact jarszsxwing2015-08-241-21/+26
* [SPARK-10142] [STREAMING] Made python checkpoint recovery handle non-local ch...Tathagata Das2015-08-232-16/+49
* [SPARK-10122] [PYSPARK] [STREAMING] Fix getOffsetRanges bug in PySpark-Stream...jerryshao2015-08-212-2/+7
* [MINOR] [SQL] Fix sphinx warnings in PySpark SQLMechCoder2015-08-202-5/+7
* [SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark Streamin...zsxwing2015-08-193-3/+9
* [SPARK-10073] [SQL] Python withColumn should replace the old columnDavies Liu2015-08-192-6/+10
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-191-2/+2
* [DOCS] [SQL] [PYSPARK] Fix typo in ntile functionMoussa Taifi2015-08-191-1/+1
* [SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for ml.feature.Elem...Yanbo Liang2015-08-171-5/+62
* [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming ...Joseph K. Bradley2015-08-151-48/+129
* [SPARK-8670] [SQL] Nested columns can't be referenced in pysparkWenchen Fan2015-08-142-3/+3
* [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()Davies Liu2015-08-143-4/+28
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-148-21/+50
* [SPARK-8976] [PYSPARK] fix open mode in python3Davies Liu2015-08-131-1/+1