You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/01/04 11:54:58 UTC

[jira] [Updated] (SPARK-19054) Eliminate extra pass in NB

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

Sean Owen updated SPARK-19054:
------------------------------
    Assignee: zhengruifeng

> Eliminate extra pass in NB
> --------------------------
>
>                 Key: SPARK-19054
>                 URL: https://issues.apache.org/jira/browse/SPARK-19054
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>            Reporter: zhengruifeng
>            Assignee: zhengruifeng
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> {{val numClasses = getNumClasses(dataset)}} in {{NaiveBayes}} are used to check the length of thresholds only when {{positiveLabel && isDefined(thresholds)}} is true.
> In the case that {{positiveLabel}} is true and {{isDefined(thresholds)}} is false, we don't need to calculate {{getNumClasses}} which may cause a pass on the whole data.



--
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