meka icon indicating copy to clipboard operation
meka copied to clipboard

F-score results for Cross Validation on Multi-target data

Open bundit786 opened this issue 3 years ago • 1 comments

Hi Meka development team,

I have tried to evaluate a model for a multi-target dataset and would like to get the F-score result for individual target outputs with cross validation. Using Meka, it gives the accuracy but no F-score (Precision, Recall). Is there any way that I can produce the metric for this evaluation? I tried with Python's Sci-kit library but it doesn't support for multi-target data as well. Thanks in advance.

bundit786 avatar Nov 22 '22 07:11 bundit786

F1 is not implemented for multi-target (I don't do multi-label/-target, so not sure whether it is even possible in general).

Here are the implementations:

fracpete avatar Nov 22 '22 19:11 fracpete