Recent questions tagged accuracy

0 0 votes
1 1 answer
1.8k
1.8k views
I have the code below, outputting the accuracy. How can I output the F1-score instead? Thanks in advance,clf.fit(data_train,target_train) preds = clf.predict(data_test) #...
2 2 votes
1 answers 1 answer
14.3k
14.3k views
In the following example, calculate Accuracy, Precision, Recall or F1?https://i.imgur.com/OezFpqC.png
To see more, click for the full list of questions or popular tags.