1 min readAug 31, 2018
That looks correct although this competition uses the Macro average F1 Score because it’s a multiclass problem. For multiclass problems, the F1 score has to be averaged over the classes, and “Macro” is one of the options (see the Scikit-Learn documentation for details).