Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
None
-
None
Description
Currently, Estimators call Params.copyValues to copy parameters from themselves to the Model they create. The Model has its Estimator, so it could call copyValues upon construction.
Note: I'm linking a patch which will remove Model and use Transformer instead, but this same fix with copyValues can be applied to Transformer.
Attachments
Issue Links
- is related to
-
SPARK-7461 Remove spark.ml Model, and have all Transformers have parent
- Closed