Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bundit786 opened this issue Nov 22, 2022 · 1 comment
Open

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

bundit786 opened this issue Nov 22, 2022 · 1 comment

Comments

@bundit786
Copy link

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.

@fracpete
Copy link
Member

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants