Description
Like the Scala version, PySpark CountVectorizerModel should be able to construct the model from given a vocabulary list.
For example
cvm = CountVectorizerModel(["a", "b", "c"])
Attachments
Issue Links
- is related to
-
SPARK-14087 PySpark ML JavaModel does not properly own params after being fit
- Resolved
- is required by
-
SPARK-15623 2.0 python coverage ml.feature
- Resolved
-
SPARK-16486 Python API parity issues from 2.0 QA
- Resolved
- relates to
-
SPARK-21812 PySpark ML Models should not depend transfering params from Java
- Resolved
-
SPARK-17161 Add PySpark-ML JavaWrapper convenience function to create py4j JavaArrays
- Resolved
- links to