You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2015/05/08 22:25:03 UTC

[jira] [Created] (SPARK-7494) spark.ml Model should call copyValues in construction

Joseph K. Bradley created SPARK-7494:
----------------------------------------

             Summary: spark.ml Model should call copyValues in construction
                 Key: SPARK-7494
                 URL: https://issues.apache.org/jira/browse/SPARK-7494
             Project: Spark
          Issue Type: Improvement
          Components: ML
            Reporter: Joseph K. Bradley
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org