Description
PySpark spark.ml Models are generally wrappers around Java objects and do not even contain Param values. This JIRA is for copying the Param values from the Estimator to the model.
This can likely be solved by modifying Estimator.fit to copy Param values, but should also include proper unit tests.
Attachments
Issue Links
- blocks
-
SPARK-19282 RandomForestRegressionModel should expose getMaxDepth in R
- Resolved
- contains
-
SPARK-14740 CrossValidatorModel.bestModel does not include hyper-parameters
- Closed
- Is contained by
-
SPARK-14771 Python ML Param and UID issues
- Resolved
- is duplicated by
-
SPARK-13368 PySpark JavaModel fails to extract params from Spark side automatically
- Resolved
-
SPARK-12468 getParamMap in Pyspark ML API returns empty dictionary in example for Documentation
- Closed
- is related to
-
SPARK-19216 LogisticRegressionModel is missing getThreshold()
- Resolved
- relates to
-
SPARK-14087 PySpark ML JavaModel does not properly own params after being fit
- Resolved
-
SPARK-21812 PySpark ML Models should not depend transfering params from Java
- Resolved
-
SPARK-19282 RandomForestRegressionModel should expose getMaxDepth in R
- Resolved
- links to