You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Theodore Vasiloudis (JIRA)" <ji...@apache.org> on 2015/06/24 11:43:04 UTC

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

Theodore Vasiloudis created FLINK-2267:
------------------------------------------

             Summary: 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.3.4#6332)