Emotion Classification 15

PHOTO EMBED

Sat Apr 22 2023 20:22:52 GMT+0000 (Coordinated Universal Time)

Saved by @kentrickfelix #python

print("Accuracy:", accuracy_score(y_test_lbl, y_pred_lbl))
print("Confusion Matrix:", confusion_matrix(y_test_lbl, y_pred_lbl))
print("Classification Report:", classification_report(y_test_lbl, y_pred_lbl))
content_copyCOPY