Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 605 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 605 Bytes

Resume Screening

In the project, the algorithm encodes the category labels using label encoding and prepares the data for training a machine learning model. It uses the TF-IDF vectorizer to convert the clean text into numerical features and splits the data into training and testing sets. Then, it trains a K-nearest neighbors classifier using the One-vs-Rest strategy and evaluates the model's performance using accuracy scores and a classification report.

Link

Google colab file can be found here