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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)