You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Bryan Cutler (JIRA)" <ji...@apache.org> on 2017/03/16 21:17:41 UTC

[jira] [Updated] (SPARK-19985) Some ML Models error when copy or do not set parent

     [ https://issues.apache.org/jira/browse/SPARK-19985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Cutler updated SPARK-19985:
---------------------------------
    Description: 
Some ML Models fail when copied due to not having a default constructor and implementing {{copy}} with {{defaultCopy}}.  Other cases do not properly set the parent when the model is copied.  These models were missing the normal check that tests for these in the test suites.

Models with issues are:

* RFormlaModel
* MultilayerPerceptronClassificationModel
* BucketedRandomProjectionLSHModel
* MinHashLSH

  was:Some ML Models fail when copied due to not having a default constructor and implementing {{copy}} with {{defaultCopy}}.  Other cases do not properly set the parent when the model is copied.  These models were missing the normal check that tests for these in the test suites.


> Some ML Models error when copy or do not set parent
> ---------------------------------------------------
>
>                 Key: SPARK-19985
>                 URL: https://issues.apache.org/jira/browse/SPARK-19985
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>    Affects Versions: 2.2.0
>            Reporter: Bryan Cutler
>
> Some ML Models fail when copied due to not having a default constructor and implementing {{copy}} with {{defaultCopy}}.  Other cases do not properly set the parent when the model is copied.  These models were missing the normal check that tests for these in the test suites.
> Models with issues are:
> * RFormlaModel
> * MultilayerPerceptronClassificationModel
> * BucketedRandomProjectionLSHModel
> * MinHashLSH



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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