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/08/18 23:53:45 UTC

[jira] [Commented] (SPARK-10097) ML Evaluator should indicate if metric should be maximized or minimized

    [ https://issues.apache.org/jira/browse/SPARK-10097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702046#comment-14702046 ] 

Joseph K. Bradley commented on SPARK-10097:
-------------------------------------------

I'm working on this.

> ML Evaluator should indicate if metric should be maximized or minimized
> -----------------------------------------------------------------------
>
>                 Key: SPARK-10097
>                 URL: https://issues.apache.org/jira/browse/SPARK-10097
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>            Reporter: Joseph K. Bradley
>
> ML Evaluator currently requires that metrics be maximized (bigger is better).  That is counterintuitive for some metrics.  Currently, we hackily negate some metrics in RegressionEvaluator, which is weird.  Instead, we should:
> * Return the metric as expected (e.g., "rmse" should return RMSE, not its negation).
> * Provide an indicator of whether the metric should be maximized or minimized.
> Model selection algorithms can use the indicator as needed.



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