R
Resume Screening: ClassifierCheck out
- Constructed an NLP pipeline to classify 962 resumes into 25 categories using text cleaning and TF-IDF with bigrams (20,000 features).
- Benchmarked 6 classifiers under a stratified 80/20 split; Linear SVM tuned via 3-fold GridSearchCV (C {0.01–10}) achieved optimal performance — results interpreted with caution given small test set (n=193); exported predictions to test_predictions.csv for auditability.