Details
Description
In PySpark, ml.param.Params.copy does not quite match the Scala implementation:
- It does not copy the UID
- It does not respect the difference between defaultParamMap and paramMap. This is an issue with _copyValues.
Attachments
Issue Links
- Is contained by
-
SPARK-14771 Python ML Param and UID issues
- Resolved
- relates to
-
SPARK-20506 ML, Graph 2.2 QA: Programming guide update and migration guide
- Resolved
- links to