Description
SPARK-13068 added type conversions and checking for Python ML params. The type checking happens in the _set method of params. However, some param setters modify the _paramMap directly and circumvent type checking. All param updates should happen through the _set method to ensure proper type conversion.
Attachments
Issue Links
- is blocked by
-
SPARK-14665 PySpark StopWordsRemover default stopwords are Java object
- Resolved
- relates to
-
SPARK-12944 CrossValidator doesn't accept a Pipeline as an estimator
- Closed
- links to