-
- Downloads
[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
Showing
- python/docs/pyspark.ml.rst 7 additions, 7 deletionspython/docs/pyspark.ml.rst
- python/pyspark/ml/classification.py 19 additions, 20 deletionspython/pyspark/ml/classification.py
- python/pyspark/ml/feature.py 4 additions, 4 deletionspython/pyspark/ml/feature.py
- python/pyspark/ml/recommendation.py 4 additions, 4 deletionspython/pyspark/ml/recommendation.py
- python/pyspark/ml/regression.py 18 additions, 20 deletionspython/pyspark/ml/regression.py
Loading
Please register or sign in to comment