-
- Downloads
[SPARK-14564][ML][MLLIB][PYSPARK] Python Word2Vec missing setWindowSize method
## What changes were proposed in this pull request? Added windowSize getter/setter to ML/MLlib ## How was this patch tested? Added test cases in tests.py under both ML and MLlib Author: Jason Lee <cjlee@us.ibm.com> Closes #12428 from jasoncl/SPARK-14564.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 4 additions, 1 deletion...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- python/pyspark/ml/feature.py 23 additions, 5 deletionspython/pyspark/ml/feature.py
- python/pyspark/ml/tests.py 5 additions, 0 deletionspython/pyspark/ml/tests.py
- python/pyspark/mllib/feature.py 10 additions, 1 deletionpython/pyspark/mllib/feature.py
- python/pyspark/mllib/tests.py 3 additions, 1 deletionpython/pyspark/mllib/tests.py
Loading
Please register or sign in to comment