-
- Downloads
[SPARK-19336][ML][PYSPARK] LinearSVC Python API
## What changes were proposed in this pull request? Add Python API for the newly added LinearSVC algorithm. ## How was this patch tested? Add new doc string test. Author: wm624@hotmail.com <wm624@hotmail.com> Closes #16694 from wangmiao1981/ser.
Showing
- mllib/src/main/scala/org/apache/spark/ml/classification/LinearSVC.scala 2 additions, 2 deletions.../scala/org/apache/spark/ml/classification/LinearSVC.scala
- python/pyspark/ml/classification.py 130 additions, 1 deletionpython/pyspark/ml/classification.py
- python/pyspark/ml/param/_shared_params_code_gen.py 2 additions, 0 deletionspython/pyspark/ml/param/_shared_params_code_gen.py
- python/pyspark/ml/param/shared.py 24 additions, 0 deletionspython/pyspark/ml/param/shared.py
Loading
Please register or sign in to comment