spark-instrumented-optimizer/python/pyspark/ml
Burak Yavuz 11911b0ae9 [SPARK-7593] [ML] Python Api for ml.feature.Bucketizer
Added `ml.feature.Bucketizer` to PySpark.

cc mengxr

Author: Burak Yavuz <brkyvz@gmail.com>

Closes #6124 from brkyvz/ml-bucket and squashes the following commits:

05285be [Burak Yavuz] added sphinx doc
6abb6ed [Burak Yavuz] added support for Bucketizer

(cherry picked from commit 5db18ba6e1)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
2015-05-13 13:21:45 -07:00
..
param [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
__init__.py [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.ml 2015-05-12 17:15:47 -07:00
classification.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
evaluation.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:47 -07:00
feature.py [SPARK-7593] [ML] Python Api for ml.feature.Bucketizer 2015-05-13 13:21:45 -07:00
pipeline.py [SPARK-7572] [MLLIB] do not import Param/Params under pyspark.ml 2015-05-12 17:15:47 -07:00
recommendation.py [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendation 2015-05-08 17:24:39 -07:00
regression.py [SPARK-7487] [ML] Feature Parity in PySpark for ml.regression 2015-05-12 12:17:14 -07:00
tests.py [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, Python 2015-05-10 19:18:48 -07:00
tuning.py [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySpark 2015-05-10 13:29:36 -07:00
util.py [SPARK-6893][ML] default pipeline parameter handling in python 2015-04-15 23:49:42 -07:00
wrapper.py [SPARK-7388] [SPARK-7383] wrapper for VectorAssembler in Python 2015-05-07 10:25:49 -07:00