Model Pipeline - SVM for text classification
This pipeline uses a Support Vector Machine (SVM) to classify text messages into categories. It first turns text into numbers, then trains the SVM to find the best boundary that separates categories, and finally predicts the category of new messages.