print("Accuracy:",round(accuracy,2)) print("Precision:", round(precision,2)) print("Recall:", round(recall,2)) print("F1 Score:", round(f1,2))
Accuracy: 0.77 Precision: 0.76 Recall: 0.9 F1 Score: 0.82