You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/09/04 09:58:00 UTC

[jira] [Commented] (FLINK-2267) Support multi-class scoring for binary classification scores

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

Till Rohrmann commented on FLINK-2267:
--------------------------------------

I think [~rohits134] is no longer working on this issue. Theoretically you can take it over [~mlipkovich]. However, be aware that there are only very few people reviewing ML PRs at the moment. I would recommend to work rather on something else (e.g. the CEP library).

> Support multi-class scoring for binary classification scores
> ------------------------------------------------------------
>
>                 Key: FLINK-2267
>                 URL: https://issues.apache.org/jira/browse/FLINK-2267
>             Project: Flink
>          Issue Type: New Feature
>          Components: Machine Learning Library
>            Reporter: Theodore Vasiloudis
>            Priority: Minor
>
> Some scores like accuracy, recall and F-score are designed for binary classification.
> They can be used to evaluate multi-class problems as well by using micro or macro averaging techniques.
> This ticket is about creating such an option,  allowing our binary classification metrics to be used in multi-class problems.
> You can check out [sklearn's user guide|http://scikit-learn.org/stable/modules/model_evaluation.html#multiclass-and-multilabel-classification] for more info.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)