-
- Downloads
[SPARK-19389][ML][PYTHON][DOC] Minor doc fixes for ML Python Params and LinearSVC
## What changes were proposed in this pull request? * Removed Since tags in Python Params since they are inherited by other classes * Fixed doc links for LinearSVC ## How was this patch tested? * doc tests * generating docs locally and checking manually Author: Joseph K. Bradley <joseph@databricks.com> Closes #16723 from jkbradley/pyparam-fix-doc.
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/LinearSVC.scala 2 additions, 1 deletion.../scala/org/apache/spark/ml/classification/LinearSVC.scala
- python/pyspark/ml/classification.py 5 additions, 4 deletionspython/pyspark/ml/classification.py
- python/pyspark/ml/param/__init__.py 0 additions, 13 deletionspython/pyspark/ml/param/__init__.py
Loading
Please register or sign in to comment