Emotion Classification 5

PHOTO EMBED

Fri Apr 21 2023 16:54:10 GMT+0000 (Coordinated Universal Time)

Saved by @kentrickfelix #python

# Vectorize your test data and use the classifier to predict the labels
X_test_vec = tfidf.transform(test_v4["content"])
mnb_y_pred = mnb.predict(X_test_vec)
content_copyCOPY