Project Overview
The notebook loads the “Language Detection.csv” dataset into pandas (10 337 entries with “Text” and “Language” columns), then splits into training and test sets. It vectorizes text using TfidfVectorizer, fits a MultinomialNB model, and evaluates performance via accuracy score, confusion matrix, and classification report .