spark-instrumented-optimizer/python/pyspark/ml
Xiangrui Meng a238c23b02 [SPARK-7619] [PYTHON] fix docstring signature
Just realized that we need `\` at the end of the docstring. brkyvz

Author: Xiangrui Meng <meng@databricks.com>

Closes #6161 from mengxr/SPARK-7619 and squashes the following commits:

e44495f [Xiangrui Meng] fix docstring signature

(cherry picked from commit 48fc38f584)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
2015-05-14 18:16:48 -07:00
..
param [SPARK-7382] [MLLIB] Feature Parity in PySpark for ml.classification 2015-05-13 15:13:24 -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-7619] [PYTHON] fix docstring signature 2015-05-14 18:16:48 -07:00
evaluation.py [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySpark 2015-05-05 11:45:47 -07:00
feature.py [SPARK-7619] [PYTHON] fix docstring signature 2015-05-14 18:16:48 -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-7619] [PYTHON] fix docstring signature 2015-05-14 18:16:48 -07:00
regression.py [SPARK-7619] [PYTHON] fix docstring signature 2015-05-14 18:16:48 -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-7648] [MLLIB] Add weights and intercept to GLM wrappers in spark.ml 2015-05-14 18:14:07 -07:00