You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: